Initial Release
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
import { enTranslations } from './en';
|
||||
import { kmTranslations } from './km';
|
||||
|
||||
export type Language = "en" | "km";
|
||||
|
||||
export const translations = {
|
||||
en: enTranslations,
|
||||
km: kmTranslations,
|
||||
};
|
||||
|
||||
export type TranslationKey = keyof typeof enTranslations;
|
||||
Reference in New Issue
Block a user