feat(i18n): improve i18n copy and add new translations
- Add new translation entries - Fix several language files
This commit is contained in:
@@ -5,10 +5,11 @@ export const commonTranslations: CommonTranslations = {
|
||||
welcome: "Welcome",
|
||||
logout: "Logout",
|
||||
language: "Language",
|
||||
english: "English",
|
||||
khmer: "Khmer",
|
||||
english: "Englisch",
|
||||
khmer: "ភាសាខ្មែរ",
|
||||
german: "Deutsch",
|
||||
simplifiedChinese: "Simplified Chinese",
|
||||
japanese: "日本語",
|
||||
simplifiedChinese: "简体中文",
|
||||
goodMorning: "Good morning",
|
||||
goodAfternoon: "Good afternoon",
|
||||
goodEvening: "Good evening",
|
||||
|
||||
Reference in New Issue
Block a user