Commit 1c074167fe5a32389214380a922642db9b4386dc

Authored by Sergio Oliveira
2 parents 31499efd 5505fb3b

Merge branch 'fix_locale' into 'master'

Fix super_archives translations

This Merge Request fixes Super Archives translations in dev environment and adds them to the file MANIFEST.in.

The commits of this merge request (2b5b7cce and 5505fb3b) must be in the branch "spb-release/3.0".

See merge request !79
@@ -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