feat: latvian localisation files added to '/public/locales/lv'

This commit is contained in:
Mowkax
2023-07-12 00:29:40 +03:00
parent 551ef661d2
commit 8b3cbe5783
32 changed files with 163 additions and 19 deletions

View File

@@ -68,7 +68,8 @@ function onlyUnique(value, index, array) {
export let locales = {
en: "English",
ru: "Русский"
ru: "Русский",
lv: "Latviešu"
}
export function loadLocaleContent(content,componentName,loaded,callback) {