Skip to content

Commit af4ed1c

Browse files
authored
Merge pull request #1381 from ychin/fix-intro-texts-localization
Fix MacVim localized intro text, and don't hide the `:h version9` prompt
2 parents 87dda95 + 793db8f commit af4ed1c

File tree

7 files changed

+7
-8
lines changed

7 files changed

+7
-8
lines changed

src/po/es.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3700,7 +3700,7 @@ msgstr "escriba :help<Intro> o <F1> para obtener ayuda "
37003700

37013701
# MacVim only
37023702
msgid "type :help macvim<Enter> for MacVim help "
3703-
msgstr " escriba «:help macvim<Enter>» para obtener ayuda para MacVim"
3703+
msgstr "escriba :help macvim<Enter> para obtener ayuda para MacVim"
37043704

37053705
msgid "type :help version9<Enter> for version info"
37063706
msgstr "escriba :help version9<Intro> para obtener información de la versión"

src/po/zh_CN.UTF-8.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3561,7 +3561,7 @@ msgstr "输入 :help<Enter> 或 <F1> 查看在线帮助 "
35613561

35623562
# MacVim only
35633563
msgid "type :help macvim<Enter> for MacVim help "
3564-
msgstr " 输入 :help macvim<Enter> 查看 MacVim 的在线帮助"
3564+
msgstr " 输入 :help macvim<Enter> 查看 MacVim 的在线帮助"
35653565

35663566
msgid "type :help version9<Enter> for version info"
35673567
msgstr "输入 :help version9<Enter> 查看版本信息 "

src/po/zh_CN.cp936.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3561,7 +3561,7 @@ msgstr "
35613561

35623562
# MacVim only
35633563
msgid "type :help macvim<Enter> for MacVim help "
3564-
msgstr " 输入 :help macvim<Enter> 查看 MacVim 的在线帮助"
3564+
msgstr " 输入 :help macvim<Enter> 查看 MacVim 的在线帮助"
35653565

35663566
msgid "type :help version9<Enter> for version info"
35673567
msgstr "输入 :help version9<Enter> 查看版本信息 "

src/po/zh_CN.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3561,7 +3561,7 @@ msgstr "
35613561

35623562
# MacVim only
35633563
msgid "type :help macvim<Enter> for MacVim help "
3564-
msgstr " 输入 :help macvim<Enter> 查看 MacVim 的在线帮助"
3564+
msgstr " 输入 :help macvim<Enter> 查看 MacVim 的在线帮助"
35653565

35663566
msgid "type :help version9<Enter> for version info"
35673567
msgstr "输入 :help version9<Enter> 查看版本信息 "

src/po/zh_TW.UTF-8.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4799,7 +4799,7 @@ msgstr "線上說明請輸入 :help<Enter> "
47994799

48004800
# MacVim only
48014801
msgid "type :help macvim<Enter> for MacVim help "
4802-
msgstr "MacVim 線上說明請輸入 :help<Enter> "
4802+
msgstr "MacVim 線上說明請輸入 :help<Enter> "
48034803

48044804
msgid "type :help version9<Enter> for version info"
48054805
msgstr "新版本資訊請輸入 :help version9<Enter>"

src/po/zh_TW.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4792,7 +4792,7 @@ msgstr "
47924792

47934793
# MacVim only
47944794
msgid "type :help macvim<Enter> for MacVim help "
4795-
msgstr "MacVim 線上說明請輸入 :help<Enter> "
4795+
msgstr "MacVim 線上說明請輸入 :help<Enter> "
47964796

47974797
msgid "type :help version9<Enter> for version info"
47984798
msgstr "新版本資訊請輸入 :help version9<Enter>"

src/version.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3933,11 +3933,10 @@ intro_message(
39333933
"",
39343934
N_("type :q<Enter> to exit "),
39353935
N_("type :help<Enter> or <F1> for on-line help"),
3936+
N_("type :help version9<Enter> for version info"),
39363937
#ifdef FEAT_GUI_MACVIM
39373938
// TODO: Don't steal the show from version8 help?
39383939
N_("type :help macvim<Enter> for MacVim help "),
3939-
#else
3940-
N_("type :help version9<Enter> for version info"),
39413940
#endif
39423941
NULL,
39433942
"",

0 commit comments

Comments
 (0)