Vote #66840
完了i18N error on truncated revision diff view
100%
説明
While browsing the latest changes in the Redmine trunk on redmine.org I noticed an strange error regarding the i18N. My Redmine.org account is configured to use the English language but the truncation-message at the bottom of the revision diff view appears in a language which is certainly not English (it looks like Spanish or something).
I'll attach a screenshot of it...
Just wanted to post it here to see if its related to redmine.org only or not...
journals
I am unable to reproduce on redmine.org, nor in 0.9.4
--------------------------------------------------------------------------------
Reproduced here, on redmine.org and on trunk. Didn't have the time to take a look at the code, but I think it's be related to caching.
Steps to reproduce :
* set the max diff lines to 2 or 3
* display a diff
* change your locale
* display the same diff: old locale is still here
Same goes on activity page, activity is cached and may be in the wrong locale if you change your locale.
I'll take a deeper look at it as soon as I can.
--------------------------------------------------------------------------------
Fixed in r6073.
--------------------------------------------------------------------------------
Merged in 1.2-stable, thanks.
--------------------------------------------------------------------------------