Feature: add Korean language (#7573)

This commit is contained in:
shamoon 2024-08-28 20:10:23 -07:00 committed by GitHub
parent ce663398e6
commit dad3a1ff28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 61 additions and 38 deletions

View file

@ -143,6 +143,12 @@ const LANGUAGE_OPTIONS = [
englishName: 'Japanese',
dateInputFormat: 'yyyy/mm/dd',
},
{
code: 'ko-kr',
name: $localize`Korean`,
englishName: 'Korean',
dateInputFormat: 'yyyy-mm-dd',
},
{
code: 'lb-lu',
name: $localize`Luxembourgish`,