summaryrefslogtreecommitdiffstats
path: root/lib/redmine/i18n.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix precision issues in TimeEntry#hours calculation by returning Rational ins...Go MAEDA2024-08-311-2/+2
* Fix issue where minutes part of a time entry is displayed as 60 instead of be...Go MAEDA2024-08-081-3/+3
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Support localized decimal separators for hours in the web UI (#21677).Go MAEDA2024-01-041-1/+3
* Support localized decimal separators for float values (#22024).Go MAEDA2024-01-041-0/+12
* Fix RuboCop offense Lint/SymbolConversion (#39887).Go MAEDA2023-12-201-1/+1
* Display calendar in vertical list layout on mobile screens (#33682).Go MAEDA2023-08-271-0/+4
* Restrict available locales to those defined by Redmine itself (#38529).Go MAEDA2023-05-101-1/+4
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Reverts r21448 (#36998).Marius Balteanu2022-05-021-1/+1
* Lazy load locales (#36728).Marius Balteanu2022-03-061-1/+1
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-151-2/+2
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Move preparation code to redmine/preparation.rb (#29914, #32938).Marius Balteanu2021-11-171-0/+2
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* add empty line after guard clause to lib/redmine/i18n.rbToshi MARUYAMA2020-12-041-0/+2
* remove spaces inside {} of lib/redmine/i18n.rbToshi MARUYAMA2020-11-221-1/+1
* remove space inside array brackets from lib/redmine/i18n.rbToshi MARUYAMA2020-11-211-1/+1
* shorten long line of lib/redmine/i18n.rbToshi MARUYAMA2020-11-191-1/+5
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Fix ruby 2.7 warning: The last argument is used as the keyword parameter (#32...Go MAEDA2020-01-231-4/+4
* 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