summaryrefslogtreecommitdiffstats
path: root/lib/redmine/i18n.rb
Commit message (Expand)AuthorAgeFilesLines
* code cleanup: rubocop: fix Layout/ElseAlignment in lib/redmine/i18n.rbToshi MARUYAMA2019-10-171-10/+11
* Removes lazy loading of i18n files for 18n 1.6.0 compat (#31384).Jean-Philippe Lang2019-06-201-55/+1
* Groups are incorrect when grouping by date without user timezone set.Jean-Philippe Lang2019-06-201-2/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Enable frozen_string_literal for some files under app and lib directory (#265...Go MAEDA2019-03-161-1/+1
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Update i18n gem to 1.5.3 (#29946).Go MAEDA2019-02-191-2/+3
* Replace Enumerable#sort with faster Enumerable#sort_by (#29299).Go MAEDA2018-08-021-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Turns @@languages_lookup into a cache by using ||= (#25014).Jean-Philippe Lang2017-03-021-1/+1
* Introduce a setting to change the display format of timespans to h:mm (#23996).Jean-Philippe Lang2016-11-181-2/+14
* include ::I18n::Backend::Pluralization (#21856)Toshi MARUYAMA2016-03-241-0/+1
* Send a single email to admins like other notifications (#21421).Jean-Philippe Lang2016-03-201-1/+2
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* Typo (#21421).Jean-Philippe Lang2016-01-231-1/+1
* Add optional user parameter to I18n#format_time to (#21421).Jean-Philippe Lang2016-01-231-2/+2
* Fixed that #l_hours_short shows 2 h (#21069).Jean-Philippe Lang2015-10-301-1/+1
* Adds translation string for hours with symbol (#21069).Jean-Philippe Lang2015-10-291-1/+1
* CSV importer raises I18n::InvalidLocale exception if current user's language ...Jean-Philippe Lang2015-08-151-1/+1
* Import issues from CSV file (#950).Jean-Philippe Lang2015-08-141-2/+10
* Display time spent on the issue and the total time spent like estimated hours...Jean-Philippe Lang2015-05-251-0/+4
* Don't use current user locale to format dates (#19039).Jean-Philippe Lang2015-02-081-2/+0
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Force UTF-8 encoding of language names.Jean-Philippe Lang2014-12-261-1/+2
* Make sure that invalid cache from older versions is not used for languages_op...Jean-Philippe Lang2014-11-021-1/+1
* Ignore locales without :general_lang_name key (#18110).Jean-Philippe Lang2014-10-181-5/+13
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Adds copyright.Jean-Philippe Lang2012-11-181-0/+17
* Symbols can not be sorted with ruby1.8.Jean-Philippe Lang2012-11-181-1/+1
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-181-0/+10
* Adds a custom i18n backend that lazily loads translations files.Jean-Philippe Lang2012-11-181-1/+70
* Use abbr_day_name to get the first letter of the day name (#9839).Jean-Philippe Lang2012-08-131-0/+4
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-3/+8
* remove trailing white-spaces from lib/redmine/i18n.rb.Toshi MARUYAMA2011-09-011-7/+7
* replace RAILS_ROOT to Rails.root at lib/redmine/i18n.rb.Toshi MARUYAMA2011-06-171-3/+3
* Fixed: date part of the time default format doesn't respect the date format (...Jean-Philippe Lang2011-02-201-2/+2
* Manually require i18n 0.4.2 before Rails tries to load the most recent gem (#...Jean-Philippe Lang2010-12-171-2/+2
* Workaround for i18n 0.4.x with the old style syntax. #6428 #5608Eric Davis2010-09-261-2/+2
* Merged Rails 2.2 branch. Redmine now requires Rails 2.2.2.Jean-Philippe Lang2009-02-211-0/+79