[Scummvm-devel] Translation support was added to ScummVM
Johannes Schickel
lordhoto at scummvm.org
Sat Jun 19 16:11:04 CEST 2010
On 06/19/2010 02:02 PM, Thierry Crozat wrote:
>
> I am a bit confused. I just updated my local working copy and running "make" still does run automatically "perl ./tools/po2c ..." to update common/messages.cpp (which works fine since I have perl). This means new translations are still picked up by the scummvm compilation. This is due I think to the rule on common/messages.cpp
>
> Furthermore if I try to do a "make update-translations" I get an error because I don't have gettext installed and it tries to update the scummvm.pot files first.
>
Yeah that's actually intentional that update-translations requires gettext.
On the other hand you will still need gettext for the automatic
translation pick up, which is still in place due to some stupid overlook
from my side :-P, when someone ever commits a changed scummvm.pot. That
is since all .po files depend on scummvm.pot and common/messages.cpp
depends on all .po files.
So I am not sure whether we shouldn't require all translators to have
gettext installed...
// Johannes
More information about the Scummvm-devel
mailing list