mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Feature: add Korean language (#7573)
This commit is contained in:
@@ -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`,
|
||||
|
Reference in New Issue
Block a user