Skip to content

Commit 2a0343b

Browse files
committed
Merge remote-tracking branch 'origin/chfmt'
2 parents 932b577 + 956e023 commit 2a0343b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/po/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ clean: checkclean
5454
# msgmerge [email protected] $< -o $@
5555

5656
.po.mo:
57-
$(MSGFMT) -v -o $@ $<
57+
$(MSGFMT) --check -v -o $@ $<
5858

5959
.po.ck:
6060
vim -u NONE --noplugins -e -s -X --cmd "set enc=utf-8" -S check.vim \

src/po/ja.po

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ msgstr ""
2222
"MIME-Version: 1.0\n"
2323
"Content-Type: text/plain; charset=utf-8\n"
2424
"Content-Transfer-Encoding: 8-bit\n"
25+
"Plural-Forms: nplurals=1; plural=0;\n"
2526

2627
msgid "E831: bf_key_init() called with empty password"
2728
msgstr "E831: bf_key_init() が空パスワードで呼び出されました"
@@ -695,7 +696,6 @@ msgstr "&Ok"
695696
msgid "+-%s%3ld line: "
696697
msgid_plural "+-%s%3ld lines: "
697698
msgstr[0] "+-%s%3ld 行: "
698-
msgstr[1] "+-%s%3ld 行: "
699699

700700
#, c-format
701701
msgid "E700: Unknown function: %s"
@@ -2027,7 +2027,6 @@ msgstr "E351: 現在の 'foldmethod' では折畳みを削除できません"
20272027
msgid "+--%3ld line folded "
20282028
msgid_plural "+--%3ld lines folded "
20292029
msgstr[0] "+--%3ld 行が折畳まれました "
2030-
msgstr[1] "+--%3ld 行が折畳まれました "
20312030

20322031
msgid "E222: Add to read buffer"
20332032
msgstr "E222: 読込バッファへ追加"

0 commit comments

Comments
 (0)