Renaming Templates (scrum -> project_scrum)

Asked by Mustufa Rangwala (Open ERP)

Hello LP Team,

We have translation templates available with:
https://translations.edge.launchpad.net/openobject-addons/trunk/+templates

So we have renamed one module scrum to project_scrum in branch => But our translations of module are same (i means msg id's ..) so is there a good way so that i can directly rename my templates on LP and it will auto synchronize with linked branch..

I think if i am admin of LP of my project ..can i directly Click Edit link and rename the module and Path of the template in the source tree, including filename will it work ?

Note: We will change templates and its translation for all language in project_scrum module (for e.g will rename scrum.pot to project_scrum.pot ..)

Thank you in advance..
Mustafa Rangwala (mra)

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Mustufa Rangwala (Open ERP)
Solved:
Last query:
Last reply:
Revision history for this message
Данило Шеган (danilo) said :
#1

The right way to do it for now is the following:
 * change the filename and path in your branch to what you want it to be (eg. "project_scrum/i18n/project_scrum.pot")
 * use "Edit" link on the above page to change the path of the existing "scrum" template to the new path in your bzr branch (eg. go to https://translations.launchpad.net/openobject-addons/trunk/+pots/scrum/+edit and change path from "scrum/i18n/scrum.pot" to "project_scrum/i18n/project_scrum.pot" or whatever it is)
 * ask us to rename the template in the web UI as well (this is currently restricted to the admins because of some side-effects when you have more than series with the same template—if you want https://translations.launchpad.net/openobject-addons/5.0/+pots/scrum to continue sharing translations with the new one, we should either rename that one as well, or simply keep the name of the template and only change the path

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) said :
#2

hello Данило Шеган,

thanks for you quick reply..

I have done first two steps .. And i want to change th web UI also that that it will display project_scrum instead of only scrum ..so can you please update it ?

And one more silly question what is Translation Domain on edit link of templates?

Thank you very much,
Mustafa Rangwala (mra)

Revision history for this message
Adi Roiban (adiroiban) said :
#3

Short answer: Translation Domain is the name of the file exported by Launchpad.

More about the role of a translation domain can be found in the GNU Gettext manual
http://www.gnu.org/software/gettext/manual/gettext.html

Cheers,
Adi

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) said :
#4

Hello Adi,

I want to rename scrum -> project_scrum also for templates as well as translations in below links...So when user come for translate he/she will see the project_scrum in the list now.

https://translations.edge.launchpad.net/openobject-addons/trunk/+templates

Thank you,
Mustafa Rangwala (mra)

Revision history for this message
Данило Шеган (danilo) said :
#5

mra, do you understand the consequences I described above? Translations made on https://translations.edge.launchpad.net/openobject-addons/5.0/+pots/scrum won't automatically appear on project_scrum after we change it for any new messages that get introduced. If 5.0 is still being maintained, I'd suggest renaming it at the same time. What do you think?

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) said :
#6

hello,

we do not want to rename it (scrum -> project_scrum) on 5.0 because we will not change the module name in 5.0...
We have changed/rename the module name only in trunk series of addons.. So no need to touch in 5.0....

so whenever user will go to 5.0 series translation he/she will see the name=scrum and when user will go to trunk series of addons he/she will see project_scrum .. Are you getting my point ?

thanks.

Revision history for this message
Данило Шеган (danilo) said :
#7

I am getting your point, but it seems you are not realizing the potential problems you'll run into with this. Internally, Launchpad will keep sharing translations for what are already identical messages in both 5.0 and trunk. However, new messages introduced in project_scrum template after we rename it in trunk will not "share". In the future, we'll even change this so no messages share at all, but we don't do that yet. Basically, when we do this we'll have some weird data in the database, which is why we avoid doing it. It'd be hard for us to support it, so if you run into weird problems, we can't promise to help out resolve them in a timely manner (we will resolve them, but it may just take too long for you). Since the only difference here is how it's displayed in the web UI, my suggestion is to go on with the same name for both, but if you still insist, I'll go and change it. I just want to make sure you do understand the implications, and why we are not very eager to do it.

Revision history for this message
Mustufa Rangwala (Open ERP) (mra-tinyerp) said :
#8

Hello Данило Шеган,

Ok now i understand the problem so we can keep name as it is .. thanks for your explanation...

Regards,
Mustufa Rangwala (mra)