mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Changed code from ee to et & added language to index.ts.
This commit is contained in:
parent
ab618cea90
commit
4063568a42
2 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue