Browsing Korean translation

Don't show this notice anymore
Before translating, be sure to go through Launchpad Translators instructions and Korean guidelines.
3544 of 102 results
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
36.
Indentation is very important to Ren'Py, and cause syntax or logical errors when it's incorrect. At the same time, the use of indentation to convey block structure provides us a way of indicating that structure without overwhelming the script text.
(no translation yet)
Located in ../../source/language_basics.rst:149
37.
Elements of Statements
(no translation yet)
Located in ../../source/language_basics.rst:168
38.
Ren'Py statements are made of a few basic parts.
(no translation yet)
Located in ../../source/language_basics.rst:170
39.
:dfn:`Keyword`
(no translation yet)
Located in ../../source/language_basics.rst:179
40.
A keyword is a word that must literally appear in the source code. They're used to introduce statements and properties.
(no translation yet)
Located in ../../source/language_basics.rst:173
41.
Names beginning with a single underscore (_) are reserved for Ren'Py internal use, unless otherwise documented. When a name begins with __ but doesn't end with __, it is changed to a file-specific version of that name.
(no translation yet)
Located in ../../source/language_basics.rst:176
42.
:dfn:`Name`
(no translation yet)
Located in ../../source/language_basics.rst:185
43.
A name begins with a letter or underscore, which is followed by zero or more letters, numbers, and underscores. For our purpose, unicode characters between U+00a0 and U+fffd are considered to be letters.
(no translation yet)
Located in ../../source/language_basics.rst:182
44.
:dfn:`Image Name`
(no translation yet)
Located in ../../source/language_basics.rst:195
3544 of 102 results

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

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

Contributors to this translation: JunhoLee.