mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-22 17:23:54 +01:00
Added Korean language.
This commit is contained in:
parent
e16553ab0d
commit
4f27a1773d
@ -15,6 +15,7 @@ import {
|
||||
id,
|
||||
it,
|
||||
ja,
|
||||
ko,
|
||||
mn,
|
||||
ms,
|
||||
nb,
|
||||
@ -54,6 +55,7 @@ export const languages = {
|
||||
'it-IT': { label: 'Italiano', display: 'it' },
|
||||
'id-ID': { label: 'Bahasa Indonesia', display: 'id' },
|
||||
'ja-JP': { label: '日本語', display: 'ja' },
|
||||
'ko-KR': { label: '한국어', display: 'ko' },
|
||||
'ms-MY': { label: 'Malay', display: 'ms' },
|
||||
'mn-MN': { label: 'Монгол', display: 'mn' },
|
||||
'nl-NL': { label: 'Nederlands', display: 'nl' },
|
||||
@ -108,4 +110,5 @@ export const dateLocales = {
|
||||
'ms-MY': ms,
|
||||
'ca-ES': ca,
|
||||
'hu-HU': hu,
|
||||
'ko-KR': ko,
|
||||
};
|
||||
|
1
public/country/ko-KR.json
Normal file
1
public/country/ko-KR.json
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user