mirror of
https://github.com/L0w1y/JBKF.git
synced 2024-11-16 23:31:19 +00:00
Some fixes
This commit is contained in:
parent
e9c58a3606
commit
751fda1737
|
@ -140,7 +140,7 @@ function getUserLanguage() {
|
||||||
|
|
||||||
function getTranslatedCulture(key) {
|
function getTranslatedCulture(key) {
|
||||||
const useralang = getUserLanguage();
|
const useralang = getUserLanguage();
|
||||||
return translations[userlang][key] || translations['en'][key];
|
return translations[useralang][key] || translations['en'][key];
|
||||||
|
|
||||||
/*`const translations = {
|
/*`const translations = {
|
||||||
en: {
|
en: {
|
||||||
|
|
Loading…
Reference in a new issue