X-Git-Url: http://these/git/?a=blobdiff_plain;f=src%2Fshared%2Fi18next.ts;h=0bb85aea7853a5dc7f8d671030a711cb219649b6;hb=4114e4000b1de0853a12e26a1801492a248231fa;hp=60edeb4c74b787e802d3bf22ffdf35c2402aeb47;hpb=965a9d8d2f2e5705c37da46c2d7aa22ba9870831;p=lemmy-ui.git diff --git a/src/shared/i18next.ts b/src/shared/i18next.ts index 60edeb4..0bb85ae 100644 --- a/src/shared/i18next.ts +++ b/src/shared/i18next.ts @@ -33,6 +33,8 @@ import { oc } from "./translations/oc"; import { hr } from "./translations/hr"; import { th } from "./translations/th"; import { bg } from "./translations/bg"; +import { ar } from "./translations/ar"; +import { ko } from "./translations/ko"; // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66 const resources = { @@ -69,6 +71,8 @@ const resources = { hr, th, bg, + ar, + ko }; function format(value: any, format: any): any {