mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
Feature: Chinese Traditional translation (#9076)
--------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
329ef7aef3
commit
bbad36717f
7 changed files with 257 additions and 214 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -751,6 +751,7 @@ LANGUAGES = [
|
|||
("tr-tr", _("Turkish")),
|
||||
("uk-ua", _("Ukrainian")),
|
||||
("zh-cn", _("Chinese Simplified")),
|
||||
("zh-tw", _("Chinese Traditional")),
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue