diff --git a/lemmy-instance-stats b/lemmy-instance-stats index 2f30732..c013663 160000 --- a/lemmy-instance-stats +++ b/lemmy-instance-stats @@ -1 +1 @@ -Subproject commit 2f3073269b0c25db0c9d02a8644a799858067aae +Subproject commit c01366351d5689345dc1c983831abb78c74dae14 diff --git a/src/shared/i18next.ts b/src/shared/i18next.ts index fed0149..4753876 100644 --- a/src/shared/i18next.ts +++ b/src/shared/i18next.ts @@ -22,6 +22,11 @@ import { ja } from "./translations/ja"; import { km } from "./translations/km"; import { nb_NO } from "./translations/nb_NO"; import { zh_Hant } from "./translations/zh_Hant"; +import { fa } from "./translations/fa"; +import { id } from "./translations/id"; +import { mnc } from "./translations/mnc"; +import { sv } from "./translations/sv"; +import { vi } from "./translations/vi"; // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66 const resources = { @@ -46,6 +51,11 @@ const resources = { km, nb_NO, zh_Hant, + fa, + id, + mnc, + sv, + vi, }; function format(value: any, format: any): any {