mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-24 04:16:35 +11:00
adding locale in config
This commit is contained in:
parent
c07c45dc31
commit
4037888b66
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
|
||||
# Import global settings to make it easier to extend settings.
|
||||
from django.conf.global_settings import *
|
||||
|
||||
|
@ -57,6 +58,7 @@ LANGUAGES = (
|
|||
('de', 'German'),
|
||||
('es', 'Spanish'),
|
||||
('pt-br', 'Portugese (Brasil)'),
|
||||
('fr', 'Français'),
|
||||
)
|
||||
|
||||
LOCALE_PATHS = (
|
||||
|
|
Loading…
Reference in a new issue