Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
2332 of 90 results
23.
The fundamental unit of translation is a block of zero or more translatable statements, optionally followed by a single say statement. Translatable statements are the voice and nvl statements. For example take the following game::
(no translation yet)
Located in ../../source/translation.rst:76
24.
This is broken up into multiple translation units. Each unit has an identifier assigned to it, with the identifier being generated from the label preceding the unit, and the code inside the unit. (If multiple units would be assigned the same translation number, a serial number to the second and later units to distinguish them.)
(no translation yet)
Located in ../../source/translation.rst:90
25.
In the example above, the first unit generated is assigned the identifier start_636ae3f5, and contains the statement::
(no translation yet)
Located in ../../source/translation.rst:96
26.
The second unit is given the identifier start_bd1ad9e1m and contains::
(no translation yet)
Located in ../../source/translation.rst:101
27.
The third unit has the identifier start_9e949aac, and contains::
(no translation yet)
Located in ../../source/translation.rst:105
28.
These units are created automatically by Ren'Py when the game script is loaded.
(no translation yet)
Located in ../../source/translation.rst:109
29.
Translate Statement
(no translation yet)
Located in ../../source/translation.rst:113
30.
When you generate translations for a language, Ren'Py will generate a translate statement corresponding to each translation unit. When translating the code above, Ren'Py will generate::
(no translation yet)
Located in ../../source/translation.rst:115
31.
This can be translated by editing the generated code. A finished translation might look like::
(no translation yet)
Located in ../../source/translation.rst:137
32.
When a block in the main script is encountered, Ren'Py checks to see if a translate statement corresponding to that block exists. If so, it executes the translate statement instead of the translated block, showing the user the translation.
(no translation yet)
Located in ../../source/translation.rst:158
2332 of 90 results

This translation is managed by Launchpad Spanish Translators, assigned by Launchpad Translators.

You are not logged in. Please log in to work on translations.

Contributors to this translation: Daniel R.