mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-13 03:32:13 +00:00
Update index.ts
This commit is contained in:
parent
da1ac788fb
commit
d046f1ed21
1 changed files with 2 additions and 0 deletions
|
@ -24,6 +24,7 @@ import kk from "./kk/translation.json";
|
||||||
import cs from "./cs/translation.json";
|
import cs from "./cs/translation.json";
|
||||||
import nb from "./nb/translation.json";
|
import nb from "./nb/translation.json";
|
||||||
import et from "./et/translation.json";
|
import et from "./et/translation.json";
|
||||||
|
import bg from "./bg/translation.json";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"pt-BR": ptBR,
|
"pt-BR": ptBR,
|
||||||
|
@ -48,6 +49,7 @@ export default {
|
||||||
fa,
|
fa,
|
||||||
ro,
|
ro,
|
||||||
ca,
|
ca,
|
||||||
|
bg,
|
||||||
kk,
|
kk,
|
||||||
cs,
|
cs,
|
||||||
nb,
|
nb,
|
||||||
|
|
Loading…
Reference in a new issue