Added facilities for Pootle.
authorBoris Bobrov <breton@cynicmansion.ru>
Sun, 7 Dec 2014 17:54:16 +0000 (20:54 +0300)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 16 Jan 2015 21:20:32 +0000 (15:20 -0600)
commit94e90c77d0bd141d2a068c50ce02207ee87bef3b
tree6b1bc6f91afdff3d2ae1dab370ab5a2094fb5520
parent5d8e56ffc29f4e50624e07dc697ba0e435fd7578
Added facilities for Pootle.

Previously we used Transifex as a web-tool for translations. Some time
ago Transifex went proprietary and we decided to move to Pootle.

Old script for updating translations was renamed and a new one was
added. Also a script for making the layout more Pootle-friendly was
added.

To accomplish the transition first run the old script:
./devtools/update_translations_transifex.sh

Then run the layout changing script:
./devtools/move_translations_for_pootle.sh

Commit and push. After that use the new
./devtools/update_translations_pootle.sh
to update the translations.

Closes bug: #913
devtools/move_translations_for_pootle.sh [new file with mode: 0755]
devtools/update_translations_pootle.sh [new file with mode: 0755]
devtools/update_translations_transifex.sh [moved from devtools/update_translations.sh with 100% similarity]