mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
add french to paperless
This commit is contained in:
parent
c33e9245bf
commit
8268607a56
@ -17,7 +17,8 @@
|
|||||||
"sourceLocale": "en-US",
|
"sourceLocale": "en-US",
|
||||||
"locales": {
|
"locales": {
|
||||||
"de": "src/locale/messages.de.xlf",
|
"de": "src/locale/messages.de.xlf",
|
||||||
"nl-NL": "src/locale/messages.nl_NL.xlf"
|
"nl-NL": "src/locale/messages.nl_NL.xlf",
|
||||||
|
"fr": "src/locale/messages.fr.xlf"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"architect": {
|
"architect": {
|
||||||
|
@ -253,7 +253,8 @@ LANGUAGE_CODE = 'en-us'
|
|||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
("en-us", _("English")),
|
("en-us", _("English")),
|
||||||
("de", _("German")),
|
("de", _("German")),
|
||||||
("nl-nl", _("Dutch"))
|
("nl-nl", _("Dutch")),
|
||||||
|
("fr", _("French"))
|
||||||
]
|
]
|
||||||
|
|
||||||
LOCALE_PATHS = [
|
LOCALE_PATHS = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user