dalyons / redmine-todos-scrum-plugin

A scrum-like todos plugin for Redmine. Allows easy creation and management of infinitely nestable todo lists on a per project basis, that in the future will be able to be organised into sprints(or releases). Also provides global 'My Todos' for all projects. Todos can be allocated to uses, and tied to Redmine Issues.
143 stars 43 forks source link

("reopen") translation missing: de, label_related_todos #38

Closed qno closed 13 years ago

qno commented 13 years ago

Version: Redmine 1.0.1.stable, Rails 2.3.5

in issues - detail view: there is an translation missing: de, label_related_todos error

in vendor/plugins/redmine_todos_plugin/app/views/issues/_todos.html.erb line with content

<%= l(:label_related_todos) %>

method l(:label_related_todos) doesn't reach the content from files vendor/plugins/redmine_todos_plugin/lang/ (en.yml, de.yml etc.) Can someone please fix this? I don't know how to that. Thank you.

Comments jensk about 3 hours ago | link https://github.com/dalyons/redmine-todos-scrum-plugin/pull/36

qno 13 minutes ago | link | edit | delete hello jensk, thank you for your response. I've already noticed the missing translation entries and fixed that by myself. But this doesn't solve the problem. The _todos.html.erb doesn't get the necessary entries from the translation files.

qno commented 13 years ago

OK - problem solved! There are 2 different locale files. Thanks to jensk.