Some fixes

This commit is contained in:
Lowly 2024-08-21 00:26:47 +07:00
parent e9c58a3606
commit 751fda1737

View file

@ -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: {