mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
fix up language file locations
This commit is contained in:
parent
cba71ed8e0
commit
fc727e0472
11 changed files with 8 additions and 8 deletions
|
|
@ -297,12 +297,12 @@ LANGUAGE_CODE = 'en-us'
|
|||
LANGUAGES = [
|
||||
("en-us", _("English (US)")),
|
||||
("en-gb", _("English (GB)")),
|
||||
("de", _("German")),
|
||||
("de-de", _("German")),
|
||||
("nl-nl", _("Dutch")),
|
||||
("fr", _("French")),
|
||||
("fr-fr", _("French")),
|
||||
("pt-br", _("Portuguese (Brazil)")),
|
||||
("it", _("Italian")),
|
||||
("ro", _("Romanian"))
|
||||
("it-it", _("Italian")),
|
||||
("ro-ro", _("Romanian"))
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue