🌐(backend) adding de_DE translation for the backend

This adds German translation to the backend and
adjusts the .po file sequence by priority.

Signed-off-by: lindenb1 <linden@b1-systems.de>
This commit is contained in:
lindenb1
2024-11-07 11:29:16 +01:00
committed by Anthony LC
parent 4f4951cdcd
commit c750cf10a8
6 changed files with 361 additions and 4 deletions

View File

@@ -237,6 +237,7 @@ class Base(Configuration):
(
("en-us", _("English")),
("fr-fr", _("French")),
("de-de", _("German")),
)
)