Updated index.ts - Latvian language
To add Latvian translation language to UI
This commit is contained in:
committed by
GitHub
parent
a0096982f9
commit
addf40b767
@@ -15,7 +15,8 @@ const resources: Record<string, () => Promise<Record<string, any>>> = {
|
||||
de: () => import('./locales/de.json'),
|
||||
es: () => import('./locales/es.json'),
|
||||
sh: () => import('./locales/sh.json'),
|
||||
'pt-BR': () => import('./locales/pt-BR.json')
|
||||
'pt-BR': () => import('./locales/pt-BR.json'),
|
||||
lv: () => import('./locales/lv.json')
|
||||
};
|
||||
|
||||
function getUserLocale(): string {
|
||||
|
||||
Reference in New Issue
Block a user