Commit 928ee4f65228eeddf7f3ffeb614bac24d7db69cf

Authored by Sergio Oliveira
2 parents faf297e9 f22fff9b

Merge branch 'fix_translation_release3' into 'spb-release/3.0'

Fix Colab translations in spb-release/3.0

The directory "locale" was not included in MANIFEST.in file. Thus, the package does not contain translations. This Merge Request fixes this.

See merge request !60
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
MANIFEST.in
1 1 include README.rst
2 2 include MANIFEST.in
3 3 recursive-include colab/static *
  4 +recursive-include colab/locale *
4 5 recursive-include colab/proxy/noosfero/static *
5 6 recursive-include colab *.html *.txt *.xml
6 7 recursive-include misc *
... ...