Comment 5 for bug 46421

Revision history for this message
Sami POTIRCA (spotirca) wrote : Re: [Bug 46421] Re: the update-mananager localization is malformed

On 10/13/06, Marius Mihai <email address hidden> wrote:
>
> I've been searching for this solution, but now i don't fiind any update-
> manager.po file on my system to patch, only update-manager.mo.

That's because the .po file is a source file, whilst the .mo file is the
result (binary file) :)
You can download de .po file from launchpad, apply the patch and then use
msgfmt
in order to create de .mo file:

msgfmt update-manager.po -o update-manager.mo

et voila.

Enjoy,
Spami.