Re: [Audacity-translation] an error in the PO?
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Tino M. <a.t...@ch...> - 2007-04-08 14:59:09
|
Op zo, 08-04-2007 te 14:41 +0100, schreef Richard Ash: > On Sun, 2007-04-08 at 01:41 +0200, Tino Meinen wrote: > > Op za, 07-04-2007 te 17:22 -0300, schreef Cleber: > > > > > I guess i found an error in the original PO file for Audacity. > > > > > > Where it says "Split Ne&wCtrl+Alt+I" > > > wouldn't it be "Split Ne&w\tCtrl+Alt+I" ? (poedit says it's on 'menu.ccp:437'(?) ) > > Hi Cleber! > > Yes, you're completely right! > > But this bug has been fixed and if you compile Audacity yourself you can > > do: > > 'make update' in the locale directory to generate an updated po-file. > > The version of the .pot file on the website should also be correct now, > but it hasn't been merged to the .po files. Importing the changes from > the .pot file should sort this? Yes. You can use the 'msgmerge' program for this. That is basically what happens when you run 'make updatepo' in the locale directory. But instead of the regular msgmerge, Audacity uses its own: 'smartmsgmerge.py' which apparently is a better merge program in the sense that it produces a smaller number of fuzzy messages (i.e. less work for the translator). But it's ok to use the regular/standard msgmerge if you want. Regards Tino |