This commit is contained in:
wukko
2023-03-10 00:45:07 +06:00
parent a3daa65148
commit f6ee934949
2 changed files with 2 additions and 2 deletions

View File

@@ -45,4 +45,4 @@ export default function(lang, string, replacement) {
return `!!${string}!!`
}
}
export let languageList = languages;
export const languageList = languages;