This commit is contained in:
a-ill
2023-10-09 15:38:04 +03:00
parent fccdad8e34
commit 1522c2933b
105 changed files with 6404 additions and 17 deletions

View File

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