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