diff options
i18n - fix locales inde
Diffstat (limited to 'app')
-rw-r--r-- | app/_locales/index.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/_locales/index.json b/app/_locales/index.json index 4f3662fa4..c085deb72 100644 --- a/app/_locales/index.json +++ b/app/_locales/index.json @@ -15,5 +15,5 @@ { "code": "th", "name": "Thai" }, { "code": "vi", "name": "Vietnamese" }, { "code": "zh_CN", "name": "Mandarin" }, - { "code": "zh_TW", "name": "Taiwanese" }, + { "code": "zh_TW", "name": "Taiwanese" } ] |