summaryrefslogtreecommitdiffstats
path: root/test/unit/lib/redmine/i18n_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove current year from source file copyright headers and update year in foo...Marius Balteanu2024-02-261-1/+1
* Use `require_relative` instead of `require File.expand_path(..., __FILE__)` (...Go MAEDA2023-01-011-1/+1
* Update copyright year to 2023 (#38141).Go MAEDA2023-01-011-1/+1
* Fix that I18nTest#test_custom_pluralization_rules randomly fails (#36396, #36...Go MAEDA2022-01-221-1/+3
* Custom I18n Pluralization rules are not applied correctly (#36396).Go MAEDA2022-01-151-0/+9
* Change the default value for "Time span format" from "decimal" to "minutes" (...Go MAEDA2022-01-081-1/+1
* Update copyright year in source files to 2022 (#36379).Go MAEDA2022-01-021-1/+1
* Update copyright year in source files to 2021 (#33069).Go MAEDA2021-03-251-1/+1
* Update copyright year in source files to 2020 (#33069).Go MAEDA2020-03-031-1/+1
* Remove trailing whitespaces from test (#31506).Go MAEDA2019-06-061-1/+1
* Update copyright year.Go MAEDA2019-05-251-1/+1
* Support frozen_string_literal in test/**/*.rb (#26561).Go MAEDA2019-03-211-1/+1
* Decode hexadecimal-encoded literals in order to be frozen string literals fri...Go MAEDA2019-03-191-10/+5
* Add "frozen_string_literal: false" for all files (#26561).Go MAEDA2019-03-151-0/+2
* Fix broken tests due to r17593 (#29739).Go MAEDA2018-10-111-1/+1
* Update copyright.Jean-Philippe Lang2017-06-251-1/+1
* Don't use assert_equal nil.Jean-Philippe Lang2016-12-121-2/+5
* Passing arguments to assert_nothing_raised is deprecated in Rails 5.Jean-Philippe Lang2016-07-161-4/+4
* Updates copyright for 2016.Jean-Philippe Lang2016-03-131-1/+1
* output what language fails at test_number_to_human_size_for_each_languageToshi MARUYAMA2016-03-041-1/+1
* Fixed that #l_hours_short shows 2 h (#21069).Jean-Philippe Lang2015-10-301-0/+5
* Add debug info for random test failure.Jean-Philippe Lang2015-10-091-2/+2
* Reset current user to prevent random test failures.Jean-Philippe Lang2015-10-041-1/+1
* CSV importer raises I18n::InvalidLocale exception if current user's language ...Jean-Philippe Lang2015-08-151-0/+9
* Don't use current user locale to format dates (#19039).Jean-Philippe Lang2015-02-081-23/+3
* fix tests (#13120)Toshi MARUYAMA2015-01-181-1/+1
* Copyright update.Jean-Philippe Lang2015-01-111-1/+1
* Force UTF-8 encoding of language names.Jean-Philippe Lang2014-12-261-0/+5
* Merged rails-4.1 branch (#14534).Jean-Philippe Lang2014-10-221-48/+40
* Ignore locales without :general_lang_name key (#18110).Jean-Philippe Lang2014-10-181-0/+5
* update copyright year (#15977)Toshi MARUYAMA2014-01-291-1/+1
* Upgrade to Rails 3.2.15.Jean-Philippe Lang2013-11-091-4/+4
* Remove duplicate test Redmine::I18nTest#test_time_format (keeping the most co...Jean-Baptiste Barth2013-05-021-9/+0
* add test to ensure language name is UTF-8 (#12475)Toshi MARUYAMA2013-03-211-1/+3
* Copyright for 2013 (#12788).Jean-Philippe Lang2013-01-121-1/+1
* Cache languages names to avoid loading all translations files.Jean-Philippe Lang2012-11-181-0/+11
* Set proper locale.Jean-Philippe Lang2012-10-131-0/+2
* Tests cleanup.Jean-Philippe Lang2012-10-131-0/+16
* fix number_to_currency() raises exception on Rails3 bs and de locale (#11922)Toshi MARUYAMA2012-09-261-0/+18
* Use abbr_day_name to get the first letter of the day name (#9839).Jean-Philippe Lang2012-08-131-0/+16
* fix unit test fails on Ruby 1.8 and JRuby (#2190)Toshi MARUYAMA2012-06-171-1/+3
* Display dates using user's locale if available (#2190).Etienne Massip2012-06-161-1/+27
* Change in Rails' for handling localized number precision (#11118).Jean-Philippe Lang2012-06-091-1/+2
* Copyright update.Jean-Philippe Lang2012-05-051-1/+1
* Fixed: ruby 1.9.3 Time Zone setting Internal error (#10442).Jean-Philippe Lang2012-03-171-0/+9
* Moved test from ApplicationControllerTest.Jean-Philippe Lang2012-01-031-0/+9
* remove trailing white-spaces and code clean up init i18n test.Toshi MARUYAMA2011-05-081-23/+22
* Fixes potential test failure.Jean-Philippe Lang2011-04-171-3/+3
* i18n: add test of utf-8 strings.Toshi MARUYAMA2011-04-041-0/+11
* Fixed: date part of the time default format doesn't respect the date format (...Jean-Philippe Lang2011-02-201-5/+28