← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/disambiguate_production_program_names into lp:widelands

 

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.


References