https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24871 --- Comment #6 from Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> --- Hi Victor, sorry if the test plan was not clear (In reply to Victor Grousset/tuxayo from comment #4)
1) Update your preferred language
You mean with this? koha-translate --update XX
No, that command updates installed translations. The meaning was to do: cd misc/translator; ./translate update XX
2) Check missing *installer*po files
What does this mean?
It means that there are no XX-*-installer.po after an update of an existing language- Updates process does not create missing files, only updates existing ones. The only way to 'create' the files is using 'create' option of translate command, but that fails if some of the files are present. The purpose of this patch is to add those files
cd /misc/translation
You mean misc/translator/ right?
Yes, of course, my bad.
5) Repeat 1, verify installer files are updated see last modification time
Does it means checking the files there? /koha-tmpl/intranet-tmpl/prog/XX/modules/installer
No, just run "./translate update XX" and verify that all XX-*.po are updated
Sorry for the basic questions.
No problem, thank you :) -- You are receiving this mail because: You are watching all bug changes.