mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Add Belarusian localization
This commit is contained in:
parent
8b26ddcd2c
commit
b7949d2e69
4 changed files with 10 additions and 0 deletions
|
|
@ -299,6 +299,7 @@ LANGUAGE_CODE = "en-us"
|
|||
|
||||
LANGUAGES = [
|
||||
("en-us", _("English (US)")), # needs to be first to act as fallback language
|
||||
("be-by", _("Belarusian")),
|
||||
("cs-cz", _("Czech")),
|
||||
("da-dk", _("Danish")),
|
||||
("de-de", _("German")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue