Topic: How do I change a specific translation via the /translate interface
Topic type:
Answers how you find and replace a particular translation that has a certain "key".
This assumes that you have read the following:
Here's the original question (paraphrased):
I have a individual translation that is wrong for a specific word and I need to change it. How do I go about this?
Here's a breakdown of the process of changing that specific word (using "password" as an example) where it is reused in other translations:
- go to your site's /translate interface (assumes you have a version of your site running in development mode)
- change the to field to the locale you are translating, e.g. "fr" for French
- add password to the key contains text field
- click the search button
- go to your site's /translate interface (assumes you have a version of your site running in development mode)
- change the to field to the locale you are translating, e.g. "fr" for French
- add base.password to the key contains text field
- click the search button
Now you only get one translation. That is the one you want to change. The "t." is not to be included in the search as it means "this is a reference to the translation named" to the computer and therefore the key in question is "base.password".
Now replace the value for the base.password translation and all other translations that refer to it will also be updated as well as when it is referred to directly by templates.
Robin McLaughlin
said Translation
Thanks for that. Instructions were clear and helpful.