mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-10 00:35:30 +01:00
add translation support to the backend #215
This commit is contained in:
parent
5395208b00
commit
a91958bfe1
2 changed files with 31 additions and 0 deletions
|
|
@ -254,6 +254,10 @@ LANGUAGES = [
|
|||
("de", _("German"))
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
os.path.join(BASE_DIR, "locale")
|
||||
]
|
||||
|
||||
TIME_ZONE = os.getenv("PAPERLESS_TIME_ZONE", "UTC")
|
||||
|
||||
USE_I18N = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue