Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | devtools: Use pybabel in virtualenv or on path depending on which is present. | Christopher Allan Webber | 2016-03-29 | 1 | -1/+7 |
| | | | | | * devtools/update_translations.sh (PYBABEL): New variable, points to whichever pybabel we should use. | ||||
* | devtools: Switching "#!/usr/bin/env bash" -> "#!/bin/sh" again | Christopher Allan Webber | 2016-03-29 | 1 | -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 shebangs | Loic Dachary | 2016-01-14 | 1 | -1/+1 |
| | |||||
* | Not sure why these changes never got pushed up ... | Christopher Allan Webber | 2015-03-05 | 1 | -6/+4 |
| | |||||
* | Might as well make the Transifex->Pootle switch official on a scripts level | Christopher Allan Webber | 2015-02-14 | 1 | -0/+44 |
| | | | | This commit sponsored by Ben Sturmfels. Thank you! | ||||
* | Added facilities for Pootle. | Boris Bobrov | 2015-01-16 | 1 | -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 loop | Christopher Allan Webber | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | Just spacing things out to look a bit cleaner. | Christopher Allan Webber | 2014-12-13 | 1 | -1/+3 |
| | |||||
* | Submitting workaround to skip compiling Lojban. Sniff :( | Christopher Allan Webber | 2014-12-13 | 1 | -1/+16 |
| | | | | | We'll eventually support Lojban again. This issue fixes #1071, but leaves #1070 open. | ||||
* | transifex: Wait a bit after push. | Elrond | 2012-04-21 | 1 | -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 scripts | Will Kahn-Greene | 2012-02-09 | 1 | -1/+1 |
| | |||||
* | Adding a line reminding user to push up commits | Christopher Allan Webber | 2012-01-29 | 1 | -0/+2 |
| | |||||
* | Hm, maybe this is better... that didn't fix the stop-in-the-middle issue. | Christopher Allan Webber | 2012-01-29 | 1 | -6/+7 |
| | |||||
* | Update update_translations script to consider several things conditionally | Christopher Allan Webber | 2012-01-29 | 1 | -4/+6 |
| | | | | Specifically, previously if there was nothing to git add, whole script would just die | ||||
* | make this script executable | Christopher Allan Webber | 2012-01-13 | 1 | -0/+0 |
| | |||||
* | Simple translation update script | Christopher Allan Webber | 2012-01-13 | 1 | -0/+48 |