mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
Changed code from ee to et & added language to index.ts.
This commit is contained in:
parent
ab618cea90
commit
4063568a42
@ -23,6 +23,7 @@ import ca from "./ca/translation.json";
|
|||||||
import kk from "./kk/translation.json";
|
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";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
"pt-BR": ptBR,
|
"pt-BR": ptBR,
|
||||||
@ -50,4 +51,5 @@ export default {
|
|||||||
kk,
|
kk,
|
||||||
cs,
|
cs,
|
||||||
nb,
|
nb,
|
||||||
|
et
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user