From 9596f53742e0b64412798a63262b15c340568700 Mon Sep 17 00:00:00 2001 From: YiZixuan Date: Wed, 13 Aug 2025 00:22:44 +0800 Subject: [PATCH] feat(translations): Add German and Japanese translation fields - Added the "german" and "japanese" fields to the common.ts file --- application/src/translations/types/common.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/application/src/translations/types/common.ts b/application/src/translations/types/common.ts index 3e94fe7..275651b 100644 --- a/application/src/translations/types/common.ts +++ b/application/src/translations/types/common.ts @@ -5,6 +5,8 @@ export interface CommonTranslations { language: string; english: string; khmer: string; + german: string; + japanese: string; simplifiedChinese: string; goodMorning: string; goodAfternoon: string;