Enable new languages

This commit is contained in:
Felix Ableitner 2021-05-14 00:39:46 +02:00
parent e339767239
commit 9c76e57972

View file

@ -15,6 +15,13 @@ import { ko } from "./translations/ko";
import { pl } from "./translations/pl"; import { pl } from "./translations/pl";
import { ar } from "./translations/ar"; import { ar } from "./translations/ar";
import { eo } from "./translations/eo"; import { eo } from "./translations/eo";
import { de } from "./translations/de";
import { gl } from "./translations/gl";
import { it } from "./translations/it";
import { ja } from "./translations/ja";
import { km } from "./translations/km";
import { nb_NO } from "./translations/nb_NO";
import { zh_Hant } from "./translations/zh_Hant";
// https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66 // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66
const resources = { const resources = {