P.S. pgettext means that the same string can be translated in multiple ways. So,
_("Foo");
_("Foo");
Will give us 1 message to translate, but
pgettext("context1", "Foo");
pgettext("context2", "Foo");
will give us 2 separate messages to translate.
--
https://code.launchpad.net/~widelands-dev/widelands/disambiguate_production_program_names/+merge/316933
Your team Widelands Developers is requested to review the proposed merge of
lp:~widelands-dev/widelands/disambiguate_production_program_names into
lp:widelands.
_______________________________________________
Mailing list: https://launchpad.net/~widelands-dev
Post to : [email protected]
Unsubscribe : https://launchpad.net/~widelands-dev
More help : https://help.launchpad.net/ListHelp