Defect #2190
closedMonth names not translated to german
0%
Description
You may read my comment in this issue: http://www.redmine.org/issues/2186
The month names are not displayed in german neither (december instead of Dezember).
In Settings > General, change the Date format to "14 November 2008".
Then you may visit the Roadmap-Page of a project where you must a have version defined.
In German you will see "Fällig in 47 Tagen (31 December 2008)", followed by all the tickets.
The month name is not translated, it should be Dezember.
By the way, there should be a period after the day of the month, i.e. 14. Dezember 2008.
Maybe you add this as a date format option in Settings > General.
I run Redmine 0.7.devel.2034 (MySQL)
Related issues
Updated by Azamat Hackimov about 16 years ago
Actiually, it's not bug. In Redmine settings you need set Date format to "Based user's language".
Updated by Martin Bächtold about 16 years ago
Yes, this could be a solution to the problem that the month names are not displayed in the user's language.
Because when you this, then all the dates are displayed like "DD.MM.YY." so there is no month name ;-)
But what if I wanted the dates to display like "DD. Monthname YYYY"?
Updated by Jean-Philippe Lang about 16 years ago
Defect confirmed. And it's not specific to german.
Updated by Jean-Philippe Lang almost 14 years ago
- Category changed from Translations to I18n
Updated by Etienne Massip over 13 years ago
- Target version set to Candidate for next major release
Updated by Etienne Massip over 13 years ago
- Target version changed from Candidate for next major release to Candidate for next minor release
Updated by Etienne Massip over 12 years ago
- Status changed from New to Resolved
- Target version changed from Candidate for next minor release to 2.0.3
- Resolution set to Fixed
Fixed with r9838.
Updated by Jean-Philippe Lang over 12 years ago
- Assignee set to Etienne Massip
- Target version changed from 2.0.3 to 2.1.0
Tests are broken with ruby1.8 and jruby and I think it can wait for 2.1.
Updated by Etienne Massip over 12 years ago
Toshi fixed it with r9850, thank you very much!
String encoding in Ruby is really a PITA compared to other languages...the format I used even prevented unit tests to be run at all on JRuby.
Updated by Etienne Massip over 12 years ago
- Subject changed from Month names not translated to german? to Month names not translated to german
Updated by Jean-Philippe Lang over 12 years ago
- Status changed from Resolved to Closed