Add Japanese translation
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
import enTranslations from './en';
|
||||
import kmTranslations from './km';
|
||||
import deTranslations from './de';
|
||||
import jaTranslations from './ja';
|
||||
|
||||
export type Language = "en" | "km" | "de";
|
||||
export type Language = "en" | "km" | "de" | "ja";
|
||||
|
||||
export const translations = {
|
||||
en: enTranslations,
|
||||
km: kmTranslations,
|
||||
de: deTranslations,
|
||||
ja: jaTranslations,
|
||||
};
|
||||
|
||||
// Type for accessing translations by module and key
|
||||
|
||||
Reference in New Issue
Block a user