Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Extract duplication in gettext theme tasks | Gareth Rees | 2014-12-11 | -11/+10 |
| | ||||
* | Add task to clean theme translations | Gareth Rees | 2014-12-11 | -0/+16 |
| | ||||
* | Move themes from vendor/plugins to lib/themes | Mark Longair | 2013-12-03 | -2/+2 |
| | | | | | | | | | | These are essentially required in exactly the same way as before, but from lib/themes rather than vendor/plugins. This is the simplest possible change in order make the themes work outside vendor/plugins, I think, but it's not necessarily ideal. It would be worth considering whether these should be changed to Rails engines, as described here: http://guides.rubyonrails.org/engines.html | |||
* | Add simple task for updating theme translations. | Louise Crow | 2013-09-12 | -0/+26 |
| | ||||
* | Remove unused task. | Louise Crow | 2013-09-12 | -22/+0 |
| | ||||
* | No need to explicitly load the rake tasks in Rails 3. | Louise Crow | 2013-05-07 | -4/+0 |
| | ||||
* | Simple task for converting .po files to a standard msgmerge format. | Louise Crow | 2013-02-08 | -3/+12 |
| | ||||
* | Upgrade to latest gettext_i18n_rails. As we are now using a gem, we also ↵ | Seb Bacon | 2012-06-14 | -0/+4 |
| | | | | need to explicitly include the rake tasts from that gem. | |||
* | Update all the PO files as well as the POT when running our gettext ↵ | Seb Bacon | 2012-02-08 | -1/+4 |
| | | | | commands. Also, don't word-wrap. Includes non-word-wrapped source files. | |||
* | New improved find-msgids-and-make-pot-file rake task: | Seb Bacon | 2012-02-02 | -1/+19 |
| | | | | | (a) it doesn't do fuzzy matches (apparently Transifex does that for you) (b) it doesn't update all the PO files too (which certainly Transifex does for you) | |||
* | initial, basic i18n support with gettext | Seb Bacon | 2011-03-10 | -0/+5 |