Yuri...
This looks super.

This file will need patching for the string fetching:
https://github.com/audacity/audacity/blob/master/locale/update_po_files.sh
use msgmerge as used in that script to collect Nyquist text, rather than create a desktop.po file?

I'm not sure currently which file to patch for the results.

Yes, we'd welcome a patch for this.

--James.


On 24/03/2019 14:27, Yuri Chornoivan wrote:Hi,
This does not need intltool/itstool/internatilsation tool, just a pure
gettext.

Extraction:

xgettext src/audacity.desktop.in -k -kName -kComment -kGenericName -o locale/
desktop.pot

Merge with the main file:

msgcat locale/*.pot > locale/audacity.pot
Cleanup:

rm locale/desktop.pot

Merging back the translations:

msgfmt --desktop --template=src/audacity.desktop.in -d locale -o src/
audacity.desktop

But before patching the build system... Will such a patch be considered at
all?

Thanks in advance for your answers.

Best regards,
Yuri




_______________________________________________
Audacity-translation mailing list
Audacity-translation@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-translation




_______________________________________________
Audacity-translation mailing list
Audacity-translation@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/audacity-translation

Reply via email to