mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Add spanish locale
This commit is contained in:
parent
424835880d
commit
f43a8d6f2e
6 changed files with 24 additions and 14 deletions
|
|
@ -303,7 +303,8 @@ LANGUAGES = [
|
|||
("pt-br", _("Portuguese (Brazil)")),
|
||||
("it-it", _("Italian")),
|
||||
("ro-ro", _("Romanian")),
|
||||
("ru-ru", _("Russian"))
|
||||
("ru-ru", _("Russian")),
|
||||
("es-es", _("Spanish"))
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue