Difference between revisions of "Supporting GUI Translation"

Jump to navigation Jump to search
m
Added info about translations in game engine code
m (Text replacement - "</source>" to "</syntaxhighlight>")
Tags: Mobile edit Mobile web edit
m (Added info about translations in game engine code)
 
Line 28: Line 28:


== Update the translation template file ==
== Update the translation template file ==
# All the files that contain translatable text should be listed in the po/POTFILES file. So if you are adding translatable text into a file, you should make sure that file is listed in POTFILES and otherwise add it to the list.
# All the files that contain translatable text should be listed in either po/POTFILES file for core files or engines/<engineName>/POTFILES for game engines. So if you are adding translatable text into a file, you should make sure that file is listed in POTFILES and otherwise add it to the list.
# 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.


9

edits

Navigation menu