Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
2635 of 102 results
26.
Once a logical line ends, the next logical line begins at the start of the next line.
(no translation yet)
Located in ../../source/language_basics.rst:109
27.
Most statements in the Ren'Py language consist of a single logical line, while some statements consist of multiple lines.
(no translation yet)
Located in ../../source/language_basics.rst:112
28.
Empty logical lines are ignored.
(no translation yet)
Located in ../../source/language_basics.rst:125
29.
Indentation and Blocks
(no translation yet)
Located in ../../source/language_basics.rst:129
30.
:dfn:`Indentation` is the name we give to the space at the start of each logical line that's used to line up Ren'Py statements. In Ren'Py, indentation must consist only of spaces.
(no translation yet)
Located in ../../source/language_basics.rst:131
31.
Indentation is used to group statements into :dfn:`blocks`. A block is a group of lines, and often a group of statements. The rules for dividing a file into blocks are:
(no translation yet)
Located in ../../source/language_basics.rst:135
32.
A block is open at the start of a file.
(no translation yet)
Located in ../../source/language_basics.rst:139
33.
A new block is started whenever a logical line is indented past the previous logical line.
(no translation yet)
Located in ../../source/language_basics.rst:141
34.
All logical lines inside a block must have the same indentation.
(no translation yet)
Located in ../../source/language_basics.rst:144
35.
A block ends when a logical line is encountered with less indentation than the lines in the block.
(no translation yet)
Located in ../../source/language_basics.rst:146
2635 of 102 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: Harold Quiroz.