about summary refs log tree commit diff
path: root/src/locale/languages.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/locale/languages.ts')
-rw-r--r--src/locale/languages.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/locale/languages.ts b/src/locale/languages.ts
index ad20b16eb..ae6ffa7e6 100644
--- a/src/locale/languages.ts
+++ b/src/locale/languages.ts
@@ -21,6 +21,7 @@ export enum AppLanguage {
   id = 'id',
   it = 'it',
   ja = 'ja',
+  km = 'km',
   ko = 'ko',
   nl = 'nl',
   pl = 'pl',
@@ -58,6 +59,7 @@ export const APP_LANGUAGES: AppLanguageConfig[] = [
   {code2: AppLanguage.id, name: 'Bahasa Indonesia – Indonesian'},
   {code2: AppLanguage.it, name: 'Italiano – Italian'},
   {code2: AppLanguage.ja, name: '日本語 – Japanese'},
+  {code2: AppLanguage.km, name: 'ភាសាខ្មែរ – Khmer'},
   {code2: AppLanguage.ko, name: '한국어 – Korean'},
   {code2: AppLanguage.nl, name: 'Nederlands – Dutch'},
   {code2: AppLanguage.pl, name: 'Polski – Polish'},