Difference between revisions of "Translations:Manual:Introduction/63/zh-CN"

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
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>
 
<syntaxhighlight lang="lua">send([[say "Hi, I'm new here!"]])</syntaxhighlight>

Latest revision as of 01:01, 26 December 2021

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([[say "Hi, I'm new here!"]])