mirror of
https://github.com/LemmyNet/lemmy-ui.git
synced 2024-11-22 14:45:20 +00:00
Add Korean language
This commit is contained in:
parent
965a9d8d2f
commit
5da89c0832
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue