mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-08 15:55:31 +01:00
add french to paperless
This commit is contained in:
parent
c33e9245bf
commit
8268607a56
2 changed files with 4 additions and 2 deletions
|
|
@ -253,7 +253,8 @@ LANGUAGE_CODE = 'en-us'
|
|||
LANGUAGES = [
|
||||
("en-us", _("English")),
|
||||
("de", _("German")),
|
||||
("nl-nl", _("Dutch"))
|
||||
("nl-nl", _("Dutch")),
|
||||
("fr", _("French"))
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue