canidas / redmine_issue_todo_lists

Organize Redmine issues in to-do lists by manually ordering their priority.
27 stars 17 forks source link

Installation problem: translation missing: en.issue_todo_lists_title #4

Closed gessel closed 9 years ago

gessel commented 9 years ago

After installing and raking and restarting, the "todo lists" title on the project page in redmine is rendered as "translation missing: en.issue_todo_lists_title"

href="/projects/data-center-configuration/issue_todo_lists">translation missing: en.issue_todo_lists_title<

And doesn't link to anything.
redmine-2.5.2_1 on freebsd against postgresql94-server-9.4.1 with rubygem-passenger-5.0.4 (if that matters).

I love the lists!

canidas commented 9 years ago

Hi, what's the folder's name of the plugin in plugins? It should be /plugins/issue_todo_lists/, not /plugins/redmine-issue-todo-lists. Usually that causes the problem with missing translations (folder name != internal plugin name). Also happend in #1.

gessel commented 9 years ago

Thank you for the prompt response and that sounds very much like the exact issue, but I did carefully check the plugins folder name after noticing your README note. I tried reinstalling a few times and I may have failed to fix that the first time, but I deinstalled with "rake redmine:plugins:migrate NAME=plugin_name VERSION=0 RAILS_ENV=production" which removed the modules option and just reinstalled now to test.

:/usr/local/www/redmine/plugins # ls README clipboard_image_paste quick_edit advanced_roadmap_v2 issue-todo-lists redmine_better_gantt_chart

I still get: "translation missing: en.issue_todo_lists_title" once I enable it in settings-modules.

canidas commented 9 years ago

It looks like you have hyphens in folder name. These should be underscores. I've also updated the readme to point out that. But I've seen this naming already for other plugins.

gessel commented 9 years ago

Good catch! Problem solved.

maxrossello commented 9 years ago

You'd probably better had named the github repo as the required folder name... so that clone wouldn't be misleading

canidas commented 9 years ago

Already thought about that and you're right. I've changed the name.