feat(translations): Add German and Japanese translation fields
- Added the "german" and "japanese" fields to the common.ts file
This commit is contained in:
@@ -5,6 +5,8 @@ export interface CommonTranslations {
|
|||||||
language: string;
|
language: string;
|
||||||
english: string;
|
english: string;
|
||||||
khmer: string;
|
khmer: string;
|
||||||
|
german: string;
|
||||||
|
japanese: string;
|
||||||
simplifiedChinese: string;
|
simplifiedChinese: string;
|
||||||
goodMorning: string;
|
goodMorning: string;
|
||||||
goodAfternoon: string;
|
goodAfternoon: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user