feat(translations): Add German and Japanese translation fields

- Added the "german" and "japanese" fields to the common.ts file
This commit is contained in:
YiZixuan
2025-08-13 00:22:44 +08:00
parent f15a00772e
commit 9596f53742
@@ -5,6 +5,8 @@ export interface CommonTranslations {
language: string;
english: string;
khmer: string;
german: string;
japanese: string;
simplifiedChinese: string;
goodMorning: string;
goodAfternoon: string;