diff --git a/src/locales/index.ts b/src/locales/index.ts index c576c3c4..24ab202c 100644 --- a/src/locales/index.ts +++ b/src/locales/index.ts @@ -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, };