Merge Request #61

Merged
softwarepublico/colab!61
Created by Alexandre Barbosa

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.

Milestone: None

Merged by Sergio Oliveira

Source branch has been removed
Commits (1)
3 participants
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 *
... ...