This commit is contained in:
a-ill
2023-10-15 19:04:33 +03:00
parent f0cf7515af
commit 9aa0486e07
43 changed files with 955 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@@ -72,8 +72,10 @@ function onlyUnique(value, index, array) {
export let locales = {
en: "English",
fr: "Français",
ee: "Eesti",
ru: "Русский",
fr: "français"
}
export function loadLocaleContent(content,componentName,loaded,callback) {