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

translation missing: de, label_related_todos #37

Closed qno closed 13 years ago

qno commented 13 years ago

Version: Redmine 1.0.1.stable

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.

jensk commented 13 years ago

https://github.com/dalyons/redmine-todos-scrum-plugin/pull/36

qno commented 13 years ago

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

Sorry i've erroneously closed the issue. I've reopend it in Issue #38.