Skip to content

Commit

Permalink
Update localazy config
Browse files Browse the repository at this point in the history
  • Loading branch information
rkalis committed Nov 11, 2022
1 parent 85ac463 commit 496645b
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions localazy.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
},
{
"group": "existing",
"pattern": "src/i18n/locales/*/*.json",
"lang": "${autodetectLang}"
"pattern": "src/i18n/locales/es/*.json",
"lang": "es"
},
{
"group": "existing",
"pattern": "src/i18n/locales/zh_CN/*.json",
"lang": "zh-Hans"
}
]
},
Expand All @@ -22,7 +27,7 @@
],
"includeSourceLang": true,
"langAliases": {
"zh-Hans-CN": "zh-CN"
"zh-Hans": "zh-CN"
}
}
}

0 comments on commit 496645b

Please sign in to comment.