mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Feature: add Persian translation (#10183)
This commit is contained in:
parent
246f17c6c8
commit
ce76303a32
7 changed files with 62 additions and 39 deletions
|
|
@ -172,6 +172,12 @@ const LANGUAGE_OPTIONS = [
|
|||
englishName: 'Norwegian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'fa-ir',
|
||||
name: $localize`Persian`,
|
||||
englishName: 'Persian',
|
||||
dateInputFormat: 'yyyy-mm-dd',
|
||||
},
|
||||
{
|
||||
code: 'pl-pl',
|
||||
name: $localize`Polish`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue