summaryrefslogtreecommitdiffstats
path: root/lib/tasks/locales.rake
Commit message (Expand)AuthorAgeFilesLines
* Don't rescue Exception class (#31387).Go MAEDA2019-05-251-2/+2
* Remove frozen_string_literal magic comment from files which are not used when...Go MAEDA2019-03-211-2/+0
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* spelling fixes (#25495)Toshi MARUYAMA2017-04-021-1/+1
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-3/+0
* Check that locale is well formed.Jean-Philippe Lang2013-01-031-1/+9
* Adds a task to duplicate a string in locales.Jean-Philippe Lang2012-07-261-0/+28
* sort files in locales:update rake taskToshi MARUYAMA2012-07-061-1/+1
* sort files in locales:check_interpolation and locales:check_parsing_by_psych ...Toshi MARUYAMA2012-07-051-2/+3
* remove trailing white-spaces from lib/tasks/locales.rakeToshi MARUYAMA2011-09-071-1/+1
* Ruby 1.9: fix typo of rake task name to check parsing yaml by psych library (...Toshi MARUYAMA2011-08-271-1/+1
* Ruby 1.9: add rake task to check parsing yaml by psych library (#8847, #4050).Toshi MARUYAMA2011-08-271-0/+27
* add description that locales:remove_key rake task does not work on Ruby 1.8.6.Toshi MARUYAMA2011-08-261-0/+3
* remove trailing white-spaces from lib/tasks/locales.rake.Toshi MARUYAMA2011-05-101-10/+10
* Adds tasks for locales maintenance.Jean-Philippe Lang2011-02-231-0/+27
* Add rake tasks to add and remove keys in the locales. #6548Eric Davis2010-10-151-0/+58
* Process all translations files.Jean-Philippe Lang2009-02-211-1/+1
* Adds locales:update task as a replacement for gloc:update.Jean-Philippe Lang2009-02-211-0/+31