Browsing Spanish translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Spanish guidelines.
1524 of 39 results
15.
The changes to text behavior can affect games in development in many ways. The biggest change is the introduction of new-style (square-bracket) text substitutions, and the elimination of old-style (percent-based) substitutions. These changes can be reverted with the code::
(no translation yet)
Located in ../../source/incompatible.rst:71
16.
New- and old-style substitutions can coexist in the same game, by setting both variables to True.
(no translation yet)
Located in ../../source/incompatible.rst:81
17.
Ren'Py has also changed the default line-wrapping behavior. While the new behavior should never increase the number of lines in a paragraph, it may change which words fall on each line. To restore the old behavior, add the code::
(no translation yet)
Located in ../../source/incompatible.rst:84
18.
A bug with negative line_spacing was fixed. This fix can cause blocks of text to shrink in height. To revert to the old behavior, use::
(no translation yet)
Located in ../../source/incompatible.rst:93
19.
Finally, the new text code may lead to artifacts when displaying slow text, especially in conjunction with a negative line spacing. Consider adjusting :propref:`line_overlap_split` to fix this.
(no translation yet)
Located in ../../source/incompatible.rst:99
20.
6.12.1
(no translation yet)
Located in ../../source/incompatible.rst:106
21.
Image names have changed from being static names to being attribute-based. This can lead to image names that were previously distinct becoming ambiguous. To disable attribute-based image names, set :var:`config.image_attributes` to False.
(no translation yet)
Located in ../../source/incompatible.rst:108
22.
Showing an image without providing a transform or ATL block will now continue the previous transform that the image was using. This means that a moving image may continue moving once it has changed. To revert to the old behavior, set :var:`config.keep_running_transform` to False.
(no translation yet)
Located in ../../source/incompatible.rst:113
23.
The `image` argument to :func:`Character` has changed meaning. While the old meaning was unsupported in the screens-based environment, it can be restored for compatibility purposes by setting :var:`config.new_character_image_argument` to False.
(no translation yet)
Located in ../../source/incompatible.rst:118
24.
6.12.0
(no translation yet)
Located in ../../source/incompatible.rst:127
1524 of 39 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.

No-one has contributed to this translation yet.