Hi all,
As you may be all aware, specspo is being split into desc and summary. Both set of files are being placed under "specspo/" directory. For the languages that haven't added themselves, I have merged the existing translations into desc and summary, and added the corresponding po files. You should be able to see them when you do "cvs up".
For the languages that have already started translating from the scratch, you can use the following steps to merge the existing specspo translation into the new files (using fr.po as an example):
cd ~/translate/specspo/desc msgcat ../fr.po fr.po > tmp1.po msgmerge tmp1.po desc.pot > tmp2.po mv tmp2.po fr.po
This will merge the old translations, at the same time preserve the newly added translations into one file.
Cheers, Sarah
Sarah Wang writes:
As you may be all aware, specspo is being split into desc and summary.
How will this be distributed? Will there still be a specspo package, or will it be done differently? I don't see any new "specspo" in rawhide, eh, "development", yet but maybe it just hasn't got that far yet?