mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-23 01:30:05 +01:00
Added Korean language.
This commit is contained in:
parent
e16553ab0d
commit
4f27a1773d
@ -15,6 +15,7 @@ import {
|
|||||||
id,
|
id,
|
||||||
it,
|
it,
|
||||||
ja,
|
ja,
|
||||||
|
ko,
|
||||||
mn,
|
mn,
|
||||||
ms,
|
ms,
|
||||||
nb,
|
nb,
|
||||||
@ -54,6 +55,7 @@ export const languages = {
|
|||||||
'it-IT': { label: 'Italiano', display: 'it' },
|
'it-IT': { label: 'Italiano', display: 'it' },
|
||||||
'id-ID': { label: 'Bahasa Indonesia', display: 'id' },
|
'id-ID': { label: 'Bahasa Indonesia', display: 'id' },
|
||||||
'ja-JP': { label: '日本語', display: 'ja' },
|
'ja-JP': { label: '日本語', display: 'ja' },
|
||||||
|
'ko-KR': { label: '한국어', display: 'ko' },
|
||||||
'ms-MY': { label: 'Malay', display: 'ms' },
|
'ms-MY': { label: 'Malay', display: 'ms' },
|
||||||
'mn-MN': { label: 'Монгол', display: 'mn' },
|
'mn-MN': { label: 'Монгол', display: 'mn' },
|
||||||
'nl-NL': { label: 'Nederlands', display: 'nl' },
|
'nl-NL': { label: 'Nederlands', display: 'nl' },
|
||||||
@ -108,4 +110,5 @@ export const dateLocales = {
|
|||||||
'ms-MY': ms,
|
'ms-MY': ms,
|
||||||
'ca-ES': ca,
|
'ca-ES': ca,
|
||||||
'hu-HU': hu,
|
'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