From: Dessalines Date: Wed, 21 Apr 2021 14:21:38 +0000 (-0400) Subject: Add Korean language X-Git-Url: http://these/git/?a=commitdiff_plain;h=5da89c083255cf589dc6bf9520c83671808d1e62;p=lemmy-ui.git Add Korean language --- diff --git a/src/shared/i18next.ts b/src/shared/i18next.ts index 60edeb4..ebfa7dd 100644 --- a/src/shared/i18next.ts +++ b/src/shared/i18next.ts @@ -33,6 +33,7 @@ import { oc } from "./translations/oc"; import { hr } from "./translations/hr"; import { th } from "./translations/th"; import { bg } from "./translations/bg"; +import { ko } from "./translations/ko"; // https://github.com/nimbusec-oss/inferno-i18next/blob/master/tests/T.test.js#L66 const resources = { @@ -69,6 +70,7 @@ const resources = { hr, th, bg, + ko, }; function format(value: any, format: any): any {