[PATCH 3/4] Add Git-gui Translate ("yes", "no", "ask")
From: 悪魔野玉茶無 <hidden>
Date: 2016-06-15 22:58:12
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Yamada Saburo <redacted> --- git-gui/lib/option.tcl | 2 +- git-gui/po/git-gui.pot | 14 +++++++++++++- 2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/git-gui/lib/option.tcl b/git-gui/lib/option.tcl
index 0cf1da1..7af858c 100644
--- a/git-gui/lib/option.tcl
+++ b/git-gui/lib/option.tcl@@ -158,7 +158,7 @@ proc do_options {} { {t gui.newbranchtemplate {mc "New Branch Name Template"}} {c gui.encoding {mc "Default File Contents Encoding"}} {b gui.warndetachedcommit {mc "Warn before committing to a
detached head"}}
- {s gui.stageuntracked {mc "Staging of untracked files"} {list
"yes" "no" "ask"}}
+ {s gui.stageuntracked {mc "Staging of untracked files"} {list
[mc "yes"] [mc "no"] [mc "ask"]}}
} {
set type [lindex $option 0]
set name [lindex $option 1]diff --git a/git-gui/po/git-gui.pot b/git-gui/po/git-gui.pot
index 6ebfc94..35783ca 100644
--- a/git-gui/po/git-gui.pot
+++ b/git-gui/po/git-gui.pot@@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2013-07-10 02:45+0900\n" +"POT-Creation-Date: 2013-07-10 03:27+0900\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1982,6 +1982,18 @@ msgstr "" msgid "Staging of untracked files" msgstr "" +#: lib/option.tcl:161 +msgid "yes" +msgstr "" + +#: lib/option.tcl:161 +msgid "no" +msgstr "" + +#: lib/option.tcl:161 +msgid "ask" +msgstr "" + #: lib/option.tcl:207 msgid "Change" msgstr "" --
1.8.1.msysgit.1