fix: uzbek language

This commit is contained in:
Zamitto
2025-04-25 08:37:15 -03:00
parent 3ad75d22a5
commit f380d9f9b1

View File

@@ -25,6 +25,7 @@ import cs from "./cs/translation.json";
import nb from "./nb/translation.json";
import et from "./et/translation.json";
import bg from "./bg/translation.json";
import uz from "./uz/translation.json";
export default {
"pt-BR": ptBR,
@@ -54,4 +55,5 @@ export default {
cs,
nb,
et,
uz,
};