Change the word "Issues" to "Processes", How?
Added by Akhil Kuduvalli over 8 years ago
Hi,
I am trying to use Redmine for Manufacturing process tracking.
Is it possible to change the word "Issues" in the tab header names and in the features list to "Processes"? and How?
PLease let me know Thanks in advance!!
Cheers
Replies (4)
RE: Change the word "Issues" to "Processes", How?
-
Added by Jim Mulholland over 8 years ago
In the code, you will have to change the config/locales/en.yml file (or any other language file that you or your team may use in the locales directory).
We changed "Issues" to "Tickets" since creating a new "Feature" under the "New Issue" tab does not make a whole lot of sense.
RE: Change the word "Issues" to "Processes", How?
-
Added by Akhil Kuduvalli over 8 years ago
Thanks a lot Jim!
Could you please point me to the guide where one can read and learn about these features, and how we can play with them, if there's such a guide. THanks!
RE: Change the word "Issues" to "Processes", How?
-
Added by Scott Cunningham about 4 years ago
For those just seeing this post...¶
Be careful replacing the word issue with ticket. The word issue is used in the field name definitions (i.e. don't change the field names). I have attached modified files for Redmine 2.5.1.1 you can try using or at least compare against your en.yml file which uses issue. Additionally, sometimes it is Issue and other times it is issue.
Files for:- Issue replaced by Ticket
- Issue replaced by Task
- Original file with Issue
If you prefer a different word and the en-issue.yml file matches your installed en.yml file, you can save time by using the ticket version of the file. In those you can blindly replace Ticket and ticket for your word.
Be sure to keep a copy of your en.yml file!!!¶
I believe a server restart is required. Good luck!
en_orig.yml
- my original en.yml file
(46.6 KB)
en_ticket.yml
- en.yml version using ticket(s) instead of issue(s)
(46.7 KB)
en_task.yml
- en.yml version using task(s) instead of issue(s)
(46.5 KB)
RE: Change the word "Issues" to "Processes", How?
-
Added by David Son almost 3 years ago
Thank you Scott for the advice and providing your modified files. Saved me a lot of time figuring out what to change.
Kudos
(1-4/4)