mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-06-04 06:04:39 -04:00
Add nl to the list of translations (we really need to make this automatic)
This commit is contained in:
parent
aabc8fcac9
commit
85378091ce
@ -4,6 +4,7 @@ import es from "./es";
|
|||||||
import fr from "./fr";
|
import fr from "./fr";
|
||||||
import it from "./it";
|
import it from "./it";
|
||||||
import ko from "./ko";
|
import ko from "./ko";
|
||||||
|
import nl from "./nl";
|
||||||
import pl from "./pl";
|
import pl from "./pl";
|
||||||
import pt_br from "./pt_br";
|
import pt_br from "./pt_br";
|
||||||
import ro from "./ro";
|
import ro from "./ro";
|
||||||
@ -19,6 +20,7 @@ export default {
|
|||||||
fr: { translation: fr },
|
fr: { translation: fr },
|
||||||
it: { translation: it },
|
it: { translation: it },
|
||||||
ko: { translation: ko },
|
ko: { translation: ko },
|
||||||
|
nl: { translation: nl },
|
||||||
pl: { translation: pl },
|
pl: { translation: pl },
|
||||||
"pt-BR": { translation: pt_br },
|
"pt-BR": { translation: pt_br },
|
||||||
ro: { translation: ro },
|
ro: { translation: ro },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user