Commit 928ee4f65228eeddf7f3ffeb614bac24d7db69cf
Exists in
spb-release/3.0
and in
2 other branches
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 | include README.rst | 1 | 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/proxy/noosfero/static * | 5 | recursive-include colab/proxy/noosfero/static * |
| 5 | recursive-include colab *.html *.txt *.xml | 6 | recursive-include colab *.html *.txt *.xml |
| 6 | recursive-include misc * | 7 | recursive-include misc * |