aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/update_translations_pootle.sh
Commit message (Collapse)AuthorAgeFilesLines
* Might as well make the Transifex->Pootle switch official on a scripts levelChristopher Allan Webber2015-02-141-44/+0
| | | | This commit sponsored by Ben Sturmfels. Thank you!
* Move compiling translations into its own scriptChristopher Allan Webber2015-02-141-18/+1
|
* Compile .po files to the LC_MESSAGES subdirChristopher Allan Webber2015-01-181-1/+2
| | | | This ought to make both python's gettext and pootle happy :P
* Exclude the LC_MESSAGES stuff (and master pulling)Christopher Allan Webber2015-01-181-5/+7
|
* Exclude index dir from sync with PootleBoris Bobrov2015-01-161-1/+1
| | | | | Pootle creates some dir with index file. It has nothing to do with our files, so it should be excluded in the rsync call.
* Update the pootle translation updating script to compile the right filesChristopher Allan Webber2015-01-161-1/+17
| | | | | | | | Made similar changes in the Transifex script, so ported those over. Also, the script did not seem to be running the compile step as it wasn't finding the files (different file structure), but it is doing fine now.
* Added facilities for Pootle.Boris Bobrov2015-01-161-0/+42
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