add french to paperless

This commit is contained in:
jonaswinkler
2021-01-04 14:15:34 +01:00
parent c33e9245bf
commit 8268607a56
2 changed files with 4 additions and 2 deletions

View File

@@ -253,7 +253,8 @@ LANGUAGE_CODE = 'en-us'
LANGUAGES = [
("en-us", _("English")),
("de", _("German")),
("nl-nl", _("Dutch"))
("nl-nl", _("Dutch")),
("fr", _("French"))
]
LOCALE_PATHS = [