mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-16 19:46:48 +01:00
Feature: add Korean language (#7573)
This commit is contained in:
parent
ce663398e6
commit
dad3a1ff28
7 changed files with 61 additions and 38 deletions
|
|
@ -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`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue