Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

translation missing: en.label_import #39

Open
alanimal opened this issue Dec 17, 2014 · 1 comment
Open

translation missing: en.label_import #39

alanimal opened this issue Dec 17, 2014 · 1 comment

Comments

@alanimal
Copy link

Hi Guys,

We have an older version of Redmine which we have been using for several years.

The older version installed is Redmine 1.0.4.stable (MySQL).

The new version we have installed onto a new environment and network is:

Environment:
Redmine version 2.6.0.stable
Ruby version 2.0.0-p594 (2014-10-27) [i386-mingw32]
Rails version 3.2.19
Environment production
Database adapter SQLServer
SCM:
Subversion 1.8.8
Git 1.9.0
Filesystem
Redmine plugins:
clipboard_image_paste 1.9
redmine_importer 1.2.2

What I wish to do, is export all the issues out of the old version into a csv file, and upload them into the new system.

I have installed so far three versions of importer plugins and cannot get any to work.

The last one I installed is this one: https://github.com/zh/redmine_importer - installed step by step as per the instructions, however i now get this error shown on the module and when you click on the imported module the page cannot be displayed:

translation missing: en.label_import

Some googling mentions a problem with the en.yml file - but I cannot see any issues with it?

Can someone please help or recommend a plugin that works with the above versions?

I only have around 1200 issues I want to import from the older mysql version to SQL server version..

@waleedjaffar
Copy link

Hi Alanimal,

Error - translation missing: en.label_import means that there is no message defined for label_import in your translation file. You need to add an entry in en.yml.

Open en.yml and add an entry as label_import: "Import Issues".

Redmine importer will not be able to import issue history details (journals & journal_details). I would suggest you to write a rake task to read issues from MySQL and insert them into SQL Server.

  • Waleed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants