Merge pull request #588 from paperless-ngx/locale-belarusian

Add Belarusian localization
This commit is contained in:
Quinn Casey
2022-04-01 11:51:02 +07:00
committed by GitHub
4 changed files with 10 additions and 0 deletions

View File

@@ -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")),