TrustedUser
2,147
edits
m (→Creating or Updating a translation file: add note on use of % in the strings) |
m (→Using the translation in ScummVM: add gettext requirement) |
||
Line 14: | Line 14: | ||
# Make your translation available | # Make your translation available | ||
##move or copy your po file into the scummvm source code po/ directory. | ##move or copy your po file into the scummvm source code po/ directory. | ||
## run "''make update-translations''" (you need to have perl to do this). | ## run "''make update-translations''" (you need to have perl and gettext installed to do this). | ||
# [[Compiling_ScummVM|Compile ScummVM]] (with translation support, which is the default). | # [[Compiling_ScummVM|Compile ScummVM]] (with translation support, which is the default). | ||