mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 16:25:33 +01:00
Add Turkish localization
This commit is contained in:
parent
cae4d3fae3
commit
534c157809
4 changed files with 10 additions and 0 deletions
|
|
@ -270,6 +270,12 @@ export class SettingsService {
|
|||
englishName: 'Swedish',
|
||||
dateInputFormat: 'yyyy-mm-dd',
|
||||
},
|
||||
{
|
||||
code: 'tr-tr',
|
||||
name: $localize`Turkish`,
|
||||
englishName: 'Turkish',
|
||||
dateInputFormat: 'yyyy-mm-dd',
|
||||
},
|
||||
{
|
||||
code: 'zh-cn',
|
||||
name: $localize`Chinese Simplified`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue