mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-13 01:57:08 +01:00
Add Japanese translation (#5641)
This commit is contained in:
parent
dfd959839f
commit
6cf732e6ec
7 changed files with 57 additions and 34 deletions
|
|
@ -131,6 +131,12 @@ const LANGUAGE_OPTIONS = [
|
|||
englishName: 'Italian',
|
||||
dateInputFormat: 'dd/mm/yyyy',
|
||||
},
|
||||
{
|
||||
code: 'ja-jp',
|
||||
name: $localize`Japanese`,
|
||||
englishName: 'Japanese',
|
||||
dateInputFormat: 'yyyy/mm/dd',
|
||||
},
|
||||
{
|
||||
code: 'lb-lu',
|
||||
name: $localize`Luxembourgish`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue