[IMP] Removed the old name and added german language.
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
|
||||
import { enTranslations } from './en';
|
||||
import { kmTranslations } from './km';
|
||||
import { deTranslations } from './de';
|
||||
|
||||
export type Language = "en" | "km";
|
||||
export type Language = "en" | "km" | "de";
|
||||
|
||||
export const translations = {
|
||||
en: enTranslations,
|
||||
km: kmTranslations,
|
||||
de: deTranslations,
|
||||
};
|
||||
|
||||
export type TranslationKey = keyof typeof enTranslations;
|
||||
|
||||
Reference in New Issue
Block a user