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
MANIFEST.in
... ... @@ -2,6 +2,7 @@ include README.rst
2 2 include MANIFEST.in
3 3 recursive-include colab/static *
4 4 recursive-include colab/locale *
  5 +recursive-include colab/super_archives/locale *
5 6 recursive-include colab/proxy/noosfero/static *
6 7 recursive-include colab *.html *.txt *.xml
7 8 recursive-include misc *
... ...
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