Difference between revisions of "Translations:Manual:Introduction/63/ko"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(No difference)

Latest revision as of 01:05, 17 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Manual:Introduction)
Should you want to include double quotes, use a double set of square brackets like this:
<syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</syntaxhighlight>

만약 큰 따옴표를 포함하고 싶다면, 다음과 같이 대괄호를 두 번 사용하세요:

send([[말하기 "안녕, 난 여기 처음이야!"]])