mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-10-05 06:26:17 +00:00
Add additional language support for Spanish, French, and German
This commit is contained in:
@@ -127,6 +127,9 @@ USE_TZ = True
|
||||
LANGUAGES = [
|
||||
('pt-br', 'Português'),
|
||||
('en', 'English'),
|
||||
('es', 'Español'),
|
||||
('fr', 'Français'),
|
||||
('de', 'Deutsch'),
|
||||
]
|
||||
|
||||
LOCALE_PATHS = [
|
||||
|
Reference in New Issue
Block a user