Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add plyr as player default and remove NodeJS, npm and videojs | Jesús | 2022-02-28 | 1 | -41/+0 |
| | |||||
* | Fix Mac dev setup issues [#5442]. | Jeremy Bowman | 2020-05-13 | 1 | -1/+1 |
| | | | | | | | | | A trailing slash in devtools/compile_translations.sh caused that script to fail because the parameter to pybabel's -l option ended up blank instead of containing the language code. A few files and directories were missing from .gitignore and hence wound up in the list of local changes to be committed. | ||||
* | devtools: Update maketarball.sh to use #!/bin/sh as shebang | Christopher Allan Webber | 2016-03-29 | 1 | -1/+1 |
| | | | | * devtools/maketarball.sh: Updated shebang. | ||||
* | 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. | ||||
* | Update make_example_database.sh to use #!/bin/sh instead of #!/usr/bin/env | Christopher Allan Webber | 2016-03-26 | 1 | -1/+1 |
| | | | | * devtools/make_example_database.sh: Update shebang. | ||||
* | Also switch "#!/usr/bin/env bash" to "#!/bin/sh" in compile-translations.sh | Christopher Allan Webber | 2016-02-24 | 1 | -1/+1 |
| | |||||
* | Switch to #!/bin/sh (don't use "env" unless we have to) | Christopher Allan Webber | 2016-02-10 | 1 | -1/+1 |
| | | | | env causes problems in GuixSD and maybe even some other places. | ||||
* | Fix #5315 - use `env` in shebangs | Loic Dachary | 2016-01-14 | 5 | -5/+5 |
| | |||||
* | Add workaround for incompilable Interlingua locale | Boris Bobrov | 2016-01-07 | 1 | -1/+4 |
| | | | | | For now we cannot compile Interlingua (ia) locale; please see issue 1070 for details. | ||||
* | Redirect which stderr to /dev/null | ayleph | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | Not sure why these changes never got pushed up ... | Christopher Allan Webber | 2015-03-05 | 1 | -6/+4 |
| | |||||
* | Script and makefile adjustments for updating extlib | Christopher Allan Webber | 2015-02-17 | 1 | -0/+41 |
| | |||||
* | choose pybabel depending on whether one is available in the environment | Christopher Allan Webber | 2015-02-14 | 1 | -3/+10 |
| | | | | This commit sponsored by Erik Mekhsian. Thank you! | ||||
* | Might as well make the Transifex->Pootle switch official on a scripts level | Christopher Allan Webber | 2015-02-14 | 3 | -105/+0 |
| | | | | This commit sponsored by Ben Sturmfels. Thank you! | ||||
* | Move compiling translations into its own script | Christopher Allan Webber | 2015-02-14 | 2 | -18/+40 |
| | |||||
* | fixed wrong git mv in Pootle transition script | Boris Bobrov | 2015-01-19 | 1 | -1/+2 |
| | |||||
* | Compile .po files to the LC_MESSAGES subdir | Christopher Allan Webber | 2015-01-18 | 1 | -1/+2 |
| | | | | This ought to make both python's gettext and pootle happy :P | ||||
* | Exclude the LC_MESSAGES stuff (and master pulling) | Christopher Allan Webber | 2015-01-18 | 2 | -5/+9 |
| | |||||
* | Exclude index dir from sync with Pootle | Boris Bobrov | 2015-01-16 | 1 | -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 files | Christopher Allan Webber | 2015-01-16 | 1 | -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 Bobrov | 2015-01-16 | 3 | -0/+73 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | Just made it so the "okay to wipe your database" echo doesn't add a newline | Christopher Allan Webber | 2013-11-05 | 1 | -1/+1 |
| | |||||
* | This commit made it so that the script now extracts two different archive. One | tilly-Q | 2013-10-31 | 1 | -1/+3 |
| | | | | | for the chosen database, and one for the media to go in the UserDev directory. This will make the mg-dev-example-environments branch more efficient. | ||||
* | This was a very minor update. In the mg-dev-example-environment branch I changed | tilly-Q | 2013-10-31 | 1 | -0/+103 |
| | | | | | | the naming system for the databases, and in this branch I just changed the default name to the new default. The new naming system is based on migrations not milestones. | ||||
* | Remove .pyc files from tarball when running maketarball.sh | Christopher Allan Webber | 2013-03-12 | 1 | -0/+3 |
| | |||||
* | 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. | ||||
* | Removing youcanhelp stuff | Will Kahn-Greene | 2012-02-09 | 1 | -2/+0 |
| | | | | | This was never used. It doesn't support Texinfo files. It was only half completed. Best to remove it. | ||||
* | Update copyright headers for shell scripts | Will Kahn-Greene | 2012-02-09 | 2 | -2/+2 |
| | |||||
* | 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 | ||||
* | Move maketarball.sh into devtools/ | Elrond | 2012-01-14 | 1 | -0/+178 |
| | | | | Now that there is a devtools directory, use it! | ||||
* | 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 |