Merge Request #79

Merged
softwarepublico/colab!79
Created by Alexandre Barbosa

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".

Merged by Sergio Oliveira

Source branch has been removed
Commits (2)
2 participants
@@ -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