Merge Request #61
← To merge requests
From
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.
Commits (1)
-
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: David Carlos <ddavidcarlos1392@gmail.com> Signed-off-by: Gustavo Jaruga <darksshades@gmail.com>
Showing
1 changed file
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 * |
-
R+
-
Status changed to closed
-
Status changed to reopened
-
mentioned in commit c82d7c4e2c689a7f95378016ddc86322a6539601