Difference between revisions of "Translations:Manual:Introduction/55/zh-CN"
Jump to navigation
Jump to search
(Updating translation from gettext import) |
(Updating translation from gettext import) |
||
Line 1: | Line 1: | ||
− | -- good: | + | -- good : 将生成 "Apple Red" |
full_name = firstname .. " " .. lastname | full_name = firstname .. " " .. lastname | ||
</syntaxhighlight> | </syntaxhighlight> |
Latest revision as of 01:01, 20 December 2021
-- good : 将生成 "Apple Red" full_name = firstname .. " " .. lastname </syntaxhighlight>