Merge Request #79
← To merge requests
From
fix_locale
into
master
Fix super_archives translations
Commits (2)
-
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>
-
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>
Showing
3 changed files
Show diff stats
MANIFEST.in
@@ -2,6 +2,7 @@ include README.rst | @@ -2,6 +2,7 @@ include README.rst | ||
2 | include MANIFEST.in | 2 | include MANIFEST.in |
3 | recursive-include colab/static * | 3 | recursive-include colab/static * |
4 | recursive-include colab/locale * | 4 | recursive-include colab/locale * |
5 | +recursive-include colab/super_archives/locale * | ||
5 | recursive-include colab/proxy/noosfero/static * | 6 | recursive-include colab/proxy/noosfero/static * |
6 | recursive-include colab *.html *.txt *.xml | 7 | recursive-include colab *.html *.txt *.xml |
7 | recursive-include misc * | 8 | recursive-include misc * |
colab/settings.py
@@ -209,6 +209,7 @@ AUTHENTICATION_BACKENDS = ( | @@ -209,6 +209,7 @@ AUTHENTICATION_BACKENDS = ( | ||
209 | 209 | ||
210 | LOCALE_PATHS = ( | 210 | LOCALE_PATHS = ( |
211 | os.path.join(BASE_DIR, 'locale'), | 211 | os.path.join(BASE_DIR, 'locale'), |
212 | + os.path.join(BASE_DIR, 'super_archives/locale'), | ||
212 | ) | 213 | ) |
213 | 214 | ||
214 | AUTH_USER_MODEL = 'accounts.User' | 215 | AUTH_USER_MODEL = 'accounts.User' |
colab/super_archives/locale/pt_BR/LC_MESSAGES/django.mo
No preview for this file type
-
mentioned in commit 1c074167fe5a32389214380a922642db9b4386dc
-
mentioned in commit 1c074167fe5a32389214380a922642db9b4386dc
-
mentioned in commit 1c074167fe5a32389214380a922642db9b4386dc
started a discussion on commit
2b5b7cce
started a discussion on commit
5505fb3b