Commit c82d7c4e2c689a7f95378016ddc86322a6539601

Authored by Sergio Oliveira
2 parents febec9ac 9a3ee54c

Merge branch 'fix_translation_manifest' into 'master'

Fix Colab translations

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 !61
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 *
... ...