mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 12:21:16 +00:00
Enable new languages
This commit is contained in:
parent
e339767239
commit
9c76e57972
1 changed files with 7 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Reference in a new issue