mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-28 18:24:38 -05:00
add french to paperless
This commit is contained in:
@@ -253,7 +253,8 @@ LANGUAGE_CODE = 'en-us'
|
||||
LANGUAGES = [
|
||||
("en-us", _("English")),
|
||||
("de", _("German")),
|
||||
("nl-nl", _("Dutch"))
|
||||
("nl-nl", _("Dutch")),
|
||||
("fr", _("French"))
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
Reference in New Issue
Block a user