feat: completed wodox locale; improved i18n logic
This commit is contained in:
parent
9d5e67136e
commit
00651b8e36
11 changed files with 213 additions and 125 deletions
|
|
@ -19,7 +19,7 @@ const locale = useLocale();
|
|||
|
||||
<section class="section container">
|
||||
<HomeSectionWrapper
|
||||
v-for="(section, index) in localizeLayout(locale.home)"
|
||||
v-for="(section, index) in localizeLayout(locale.home.layout)"
|
||||
:key="index"
|
||||
:title="section.title"
|
||||
:text="section.text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue