mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-06-28 01:07:03 +00:00
Add additional language support for Spanish, French, and German
This commit is contained in:
parent
503278a1de
commit
23f4a275fc
1841
locale/de/LC_MESSAGES/django.po
Normal file
1841
locale/de/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
1842
locale/es/LC_MESSAGES/django.po
Normal file
1842
locale/es/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
1841
locale/fr/LC_MESSAGES/django.po
Normal file
1841
locale/fr/LC_MESSAGES/django.po
Normal file
File diff suppressed because it is too large
Load Diff
@ -127,6 +127,9 @@ USE_TZ = True
|
|||||||
LANGUAGES = [
|
LANGUAGES = [
|
||||||
('pt-br', 'Português'),
|
('pt-br', 'Português'),
|
||||||
('en', 'English'),
|
('en', 'English'),
|
||||||
|
('es', 'Español'),
|
||||||
|
('fr', 'Français'),
|
||||||
|
('de', 'Deutsch'),
|
||||||
]
|
]
|
||||||
|
|
||||||
LOCALE_PATHS = [
|
LOCALE_PATHS = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user