Skip to content

Commit

Permalink
Update i18n.ts (#24)
Browse files Browse the repository at this point in the history
Import and add new i18n (Khmer) locale
  • Loading branch information
nidexingg authored Nov 9, 2023
1 parent 82f389b commit 70f5d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import es from '@/locales/es.json'
import fr from '@/locales/fr.json'
import it from '@/locales/it.json'
import ja from '@/locales/ja.json'
import km from '@/locales/km.json'
import ru from '@/locales/ru.json'
import ptBR from '@/locales/pt-BR.json'
import th from '@/locales/th.json'
Expand All @@ -22,6 +23,7 @@ export const locales: {[key: string]: [string, Record<string, any>]} = {
'fr': ['Français', fr],
'it': ['Italiano', it],
'ja': ['日本語', ja],
'km': ['ភាសាខ្មែរ', km],
'ru': ['Русский', ru],
'pt-BR': ['Português brasileiro', ptBR],
'th': ['ภาษาไทย', th],
Expand Down

0 comments on commit 70f5d56

Please sign in to comment.