mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 08:37:19 +01:00
Feature: add Vietnamese translation (#10352)
This commit is contained in:
parent
850444c2fc
commit
9178af5fb2
7 changed files with 69 additions and 63 deletions
|
|
@ -244,6 +244,12 @@ const LANGUAGE_OPTIONS = [
|
|||
englishName: 'Ukrainian',
|
||||
dateInputFormat: 'dd.mm.yyyy',
|
||||
},
|
||||
{
|
||||
code: 'vi-vn',
|
||||
name: $localize`Vietnamese`,
|
||||
englishName: 'Vietnamese',
|
||||
dateInputFormat: 'dd/mm/yyyy',
|
||||
},
|
||||
{
|
||||
code: 'zh-cn',
|
||||
name: $localize`Chinese Simplified`,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue