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

From Mudlet
Jump to navigation Jump to search
(Updating translation from gettext import)
 
(Updating translation from gettext import)
 
Line 1: Line 1:
-- bad: will produce "AppleRed"
+
-- bad: 将生成 "AppleRed"
 
full_name = firstname .. lastname
 
full_name = firstname .. lastname

Latest revision as of 01:01, 20 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)
-- bad: will produce "AppleRed"
full_name = firstname .. lastname

-- bad: 将生成 "AppleRed" full_name = firstname .. lastname