mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 19:18:30 +00:00
Merge pull request #1054 from daeho-ro/weblate
feat: Add Korean translations
This commit is contained in:
1136
messages/ko-KR.json
Normal file
1136
messages/ko-KR.json
Normal file
File diff suppressed because it is too large
Load Diff
@@ -48,6 +48,10 @@ export default function LocaleSwitcher() {
|
|||||||
{
|
{
|
||||||
value: 'zh-CN',
|
value: 'zh-CN',
|
||||||
label: '简体中文'
|
label: '简体中文'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
value: 'ko-KR',
|
||||||
|
label: '한국어'
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export type Locale = (typeof locales)[number];
|
export type Locale = (typeof locales)[number];
|
||||||
|
|
||||||
export const locales = ['en-US', 'es-ES', 'fr-FR', 'de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'pt-PT', 'tr-TR', 'zh-CN'] as const;
|
export const locales = ['en-US', 'es-ES', 'fr-FR', 'de-DE', 'nl-NL', 'it-IT', 'pl-PL', 'pt-PT', 'tr-TR', 'zh-CN', 'ko-KR'] as const;
|
||||||
export const defaultLocale: Locale = 'en-US';
|
export const defaultLocale: Locale = 'en-US';
|
||||||
Reference in New Issue
Block a user