Defect #649
closedMenu translations broken
100%
Description
Menu translations broken in /lib/redmine.rb
after r1137.
Missed :caption =>
in menu items.
Related issues
Updated by Jean-Philippe Lang about 17 years ago
Some :caption
options were intentionally removed in r1137, since menu names are now automatically mapped to the proper localized string if it exists (eg. if the menu name is :foo
, the translated string :label_foo
will be automatically used if it exists).
Look at the very end of this diff:
http://www.redmine.org/repositories/diff/redmine//trunk/lib/redmine/menu_manager.rb?rev=1137
It works fine for me. Could you confirm the bug ?
Updated by Michael Pirogov about 17 years ago
OK. Fresh checkout seems to be working. Fault is somewhere on my side. This issue have to be closed. Thanks and sorry for the havoc.
Updated by Jean-Philippe Lang about 17 years ago
- Status changed from New to Closed
Updated by Michael Pirogov about 17 years ago
- Status changed from Closed to Reopened
Got it :)
If I use any plugin, then all top menus translations are broken. Try to add extra/sample_plugin
to the vendor/plugins/
directory, restart rails and you'll see. Probably it cause of that plugin uses its own ymls?
Updated by Jean-Philippe Lang about 17 years ago
- Status changed from Reopened to Closed
- % Done changed from 0 to 100
Applied in changeset r1172.