mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-10 02:14:33 +02:00
Add additional language support for Spanish, French, and German
This commit is contained in:
parent
503278a1de
commit
23f4a275fc
4 changed files with 5527 additions and 0 deletions
|
@ -127,6 +127,9 @@ USE_TZ = True
|
|||
LANGUAGES = [
|
||||
('pt-br', 'Português'),
|
||||
('en', 'English'),
|
||||
('es', 'Español'),
|
||||
('fr', 'Français'),
|
||||
('de', 'Deutsch'),
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue