Files in common directory
Claude Paroz
paroz at email.ch
Sat Apr 2 19:30:13 UTC 2005
Le samedi 02 avril 2005 à 21:15 +0200, Claude Paroz a écrit :
> When translating the quickguide, i see that there are many strings in
> external xml files.
> Here's a .pot that contains string from xml files in common directory. I
> tried to group strings from several files in a single pot
> (conventions.xml, copyright.xml, disclaimer.xml, feedback.xml,
> glossary.xml, legalnotice.xml, publisher.xml).
> I didn't include licences for now, because it's more sensitive to
> translate...
>
> Thanks for importing it in svn (if you find it's ok).
oh, and here's the script (maybe not optimized) to create this
common.pot (for the Makefile ?) :
xml2pot common/conventions.xml > common.pot
xml2pot common/copyright.xml | sed '1,16d' >> common.pot
xml2pot common/disclaimer.xml | sed '1,16d' >> common.pot
xml2pot common/feedback.xml | sed '1,16d' >> common.pot
xml2pot common/glossary.xml | sed '1,16d' >> common.pot
xml2pot common/legalnotice.xml | sed '1,16d' >> common.pot
xml2pot common/publisher.xml | sed '1,16d' >> common.pot
Claude
More information about the ubuntu-doc
mailing list