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

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
Or to make it remember some text:
+
或者让它记住一些文本:
 
<syntaxhighlight lang="lua">my_name = "Bob"</syntaxhighlight>
 
<syntaxhighlight lang="lua">my_name = "Bob"</syntaxhighlight>

Latest revision as of 01:01, 15 November 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)
Or to make it remember some text:
<syntaxhighlight lang="lua">my_name = "Bob"</syntaxhighlight>

或者让它记住一些文本:

my_name = "Bob"