aboutsummaryrefslogtreecommitdiffstats
path: root/lib/tasks/gettext.rake
Commit message (Collapse)AuthorAgeLines
* Add rake task for uppdating locale files with slightly changed msgidsLouise Crow2015-03-23-1/+46
| | | | | | We don't really want to make all the translators retranslate strings that are basically the same but slightly tweaked in the English version. So this task just replaces the msgid in the app.po files for each locale.
* Extract duplication in gettext theme tasksGareth Rees2014-12-11-11/+10
|
* Add task to clean theme translationsGareth Rees2014-12-11-0/+16
|
* Move themes from vendor/plugins to lib/themesMark Longair2013-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 Crow2013-09-12-0/+26
|
* Remove unused task.Louise Crow2013-09-12-22/+0
|
* No need to explicitly load the rake tasks in Rails 3.Louise Crow2013-05-07-4/+0
|
* Simple task for converting .po files to a standard msgmerge format.Louise Crow2013-02-08-3/+12
|
* Upgrade to latest gettext_i18n_rails. As we are now using a gem, we also ↵Seb Bacon2012-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 Bacon2012-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 Bacon2012-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 gettextSeb Bacon2011-03-10-0/+5