Re: Translated rpmdrake po file
Thomas Backlund <[email protected]>
| Newsgroups | gmane.linux.mandrake.cooker.internationalization |
|---|---|
| Message-ID | <[email protected]> |
Ma'moun Diraneyya wrote: > Thomas, > I'll be grateful if you show me how you do this. Can you? > It's simple... if we take my last merge as an example: First I check the file I got: msgfmt -cv ltg.po Then I merge it with lateest .pot: msgmerge -U ltg.po rpmdrake.pot Then I check that I didn't break it: msgfmt -cv ltg.po and a quick check of the changes: svn diff|less And if eferything seems ok, commit it to svn... -- Thomas