mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-02 16:23:48 +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 cs from "./cs/translation.json";
|
||||
import nb from "./nb/translation.json";
|
||||
import et from "./et/translation.json";
|
||||
|
||||
export default {
|
||||
"pt-BR": ptBR,
|
||||
@ -50,4 +51,5 @@ export default {
|
||||
kk,
|
||||
cs,
|
||||
nb,
|
||||
et
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user