aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/update_translations.sh
Commit message (Collapse)AuthorAgeFilesLines
* devtools: Use pybabel in virtualenv or on path depending on which is present.Christopher Allan Webber2016-03-291-1/+7
| | | | | * devtools/update_translations.sh (PYBABEL): New variable, points to whichever pybabel we should use.
* devtools: Switching "#!/usr/bin/env bash" -> "#!/bin/sh" againChristopher Allan Webber2016-03-291-1/+1
| | | | | | | | This makes things easier on Guix and etc. We don't need Bash specifically, just something Bourne-compatible, which all Posix machines should theoretically provide. * devtools/update_translations.sh: Updated shebang.
* Fix #5315 - use `env` in shebangsLoic Dachary2016-01-141-1/+1
|
* Not sure why these changes never got pushed up ...Christopher Allan Webber2015-03-051-6/+4
|
* Might as well make the Transifex->Pootle switch official on a scripts levelChristopher Allan Webber2015-02-141-0/+44
| | | | This commit sponsored by Ben Sturmfels. Thank you!
* Added facilities for Pootle.Boris Bobrov2015-01-161-73/+0
| | | | | | | | | | | | | | | | | | | | | 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
* Fix the output file to the correct one in the new i18n compile loopChristopher Allan Webber2014-12-131-1/+1
|
* Just spacing things out to look a bit cleaner.Christopher Allan Webber2014-12-131-1/+3
|
* Submitting workaround to skip compiling Lojban. Sniff :(Christopher Allan Webber2014-12-131-1/+16
| | | | | We'll eventually support Lojban again. This issue fixes #1071, but leaves #1070 open.
* transifex: Wait a bit after push.Elrond2012-04-211-0/+3
| | | | | | We're seeing somewhat inconsistent data in tx pull. My theory is: The server needs longer to process the uploaded new template and work that into the translations.
* Update copyright headers for shell scriptsWill Kahn-Greene2012-02-091-1/+1
|
* Adding a line reminding user to push up commitsChristopher Allan Webber2012-01-291-0/+2
|
* Hm, maybe this is better... that didn't fix the stop-in-the-middle issue.Christopher Allan Webber2012-01-291-6/+7
|
* Update update_translations script to consider several things conditionallyChristopher Allan Webber2012-01-291-4/+6
| | | | Specifically, previously if there was nothing to git add, whole script would just die
* make this script executableChristopher Allan Webber2012-01-131-0/+0
|
* Simple translation update scriptChristopher Allan Webber2012-01-131-0/+48