mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2025-07-10 10:24: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
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…
Add table
Add a link
Reference in a new issue