Commit 2b5b7cce85008ad4db49eed3d1e21733b08bd520

Authored by Alexandre Barbosa
1 parent 391c7119

Fix super_archives pt_BR translations

Signed-off-by: Alexandre Barbosa <alexandreab@live.com>
Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Signed-off-by: Lucas Moura <lucas.moura128@gmail.com>
colab/settings.py
... ... @@ -209,6 +209,7 @@ AUTHENTICATION_BACKENDS = (
209 209  
210 210 LOCALE_PATHS = (
211 211 os.path.join(BASE_DIR, 'locale'),
  212 + os.path.join(BASE_DIR, 'super_archives/locale'),
212 213 )
213 214  
214 215 AUTH_USER_MODEL = 'accounts.User'
... ...
colab/super_archives/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type