Create ko.json

file creation for korean language_support
This commit is contained in:
bogyeong
2022-06-08 17:32:40 +09:00
parent 1114f7d243
commit e51464cf01
2 changed files with 314 additions and 0 deletions

View File

@@ -135,6 +135,12 @@ export const languages = [
locale: bg,
flag: '🇧🇬',
},
{ // Bulgarian
name: '한국어',
code: 'ko',
locale: ko,
flag: '🇰🇷',
},
];
/**