Skip to content

Commit 4c01ae1

Browse files
committed
chore(translations): fix Chinese locale files
1 parent 90cac0d commit 4c01ae1

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

frontend/project.inlang/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://inlang.com/schema/project-settings",
33
"baseLocale": "en",
4-
"locales": ["en", "el", "es", "nl", "zh", "fr", "eo", "de", "it", "pt-BR", "ru", "ja", "vi", "zh-TW"],
4+
"locales": ["en", "el", "es", "nl", "fr", "eo", "de", "it", "pt-BR", "ru", "ja", "vi", "zh-CN", "zh-TW"],
55
"modules": [
66
"https://cdn.jsdelivr.net/npm/@inlang/plugin-message-format@4/dist/index.js",
77
"https://cdn.jsdelivr.net/npm/@inlang/plugin-m-function-matcher@2/dist/index.js"

frontend/src/lib/components/locale-picker.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
nl: 'Nederlands',
3535
'pt-BR': 'Português brasileiro',
3636
ru: 'Русский',
37-
zh: '中文',
3837
vi: 'Tiếng Việt',
38+
'zh-CN': '中文',
3939
'zh-TW': '繁體中文'
4040
};
4141

0 commit comments

Comments
 (0)