feat(translations): Add Simplified Chinese translation
- Add simplified Chinese translation files - Add the Simplified Chinese option in the language selection - Update the translation index to support Simplified Chinese
This commit is contained in:
@@ -7,6 +7,7 @@ export const commonTranslations: CommonTranslations = {
|
||||
english: "English",
|
||||
khmer: "Khmer",
|
||||
german: "Deutsch",
|
||||
simplifiedChinese: "简体中文",
|
||||
japanese: "日本語",
|
||||
goodMorning: "おはようございます",
|
||||
goodAfternoon: "こんにちは",
|
||||
@@ -26,4 +27,4 @@ export const commonTranslations: CommonTranslations = {
|
||||
description: "説明",
|
||||
success: "成功",
|
||||
error: "エラー",
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user