]> Untitled Git - lemmy-ui.git/commitdiff
Add Korean language
authorDessalines <tyhou13@gmx.com>
Wed, 21 Apr 2021 14:21:38 +0000 (10:21 -0400)
committerDessalines <tyhou13@gmx.com>
Wed, 21 Apr 2021 14:21:38 +0000 (10:21 -0400)
src/shared/i18next.ts

index 60edeb4c74b787e802d3bf22ffdf35c2402aeb47..ebfa7ddee1c42e9b2f0d899f4e1acf1508066e0c 100644 (file)
@@ -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 {