Difference between revisions of "Supporting GUI Translation"

Jump to navigation Jump to search
m
(→‎TO DO: add context-based translation)
Line 15: Line 15:
# You should then update the scummvm.pot template file by running "''make updatepot''". You need to have the gettext tool installed to run that command.
# You should then update the scummvm.pot template file by running "''make updatepot''". You need to have the gettext tool installed to run that command.


The translations are compiled in the executable, and the gettext tools are not needed for the compilation or executation of ScummVM. They are only needed to generate the scummvm.pot template file and the translations when translatable strings are added, removed or modified in the source code or a new translation is made available.
The translations are transformed into a ''translations.dat'' file (which can be done by executing "''make translations-dat''"), and the gettext tools are not needed for the compilation or executation of ScummVM. They are only needed to update the scummvm.pot template file and the translations when translatable strings are added, removed or modified in the source code.


== TO DO ==
== TO DO ==
TrustedUser
2,147

edits

Navigation menu