Skip to content

Commit c78f284

Browse files
authored
feat(locale): add new locale km-KH (Khmer: National language of Cambodia)
1 parent 0164064 commit c78f284

File tree

2 files changed

+1674
-0
lines changed

2 files changed

+1674
-0
lines changed

config/i18n.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
213213
file: 'ja-JP.json',
214214
name: '日本語',
215215
},
216+
{
217+
code: 'km-KH',
218+
file: 'km-KH.json',
219+
name: 'ខេមរភាសា',
220+
},
216221
{
217222
code: 'ne-NP',
218223
file: 'ne-NP.json',

0 commit comments

Comments
 (0)