Skip to content

Commit 6d2b758

Browse files
authored
Merge pull request #140 from vim-jp/update-for-8.2.4420
Update menu files for 8.2.4420
2 parents ddec306 + e891376 commit 6d2b758

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

runtime/lang/Makefile

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ update: menu_ja_jp.euc-jp.vim menu_japanese_japan.932.vim
66

77
menu_ja_jp.euc-jp.vim: $(MASTER_MENU)
88
iconv -f utf-8 -t euc-jp $< | \
9-
sed -e 's/^scriptencoding utf-8/scriptencoding euc-jp/' -e 's/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (EUC-JP)/' > $@
9+
sed -e 's/^scriptencoding utf-8/scriptencoding euc-jp/' \
10+
-e 's/" Original translations/" Generated from $<, DO NOT EDIT/' \
11+
-e 's/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (EUC-JP)/' \
12+
> $@
1013

1114
menu_japanese_japan.932.vim: $(MASTER_MENU)
1215
iconv -f utf-8 -t cp932 $< | \
13-
sed -e 's/^scriptencoding utf-8/scriptencoding cp932/' -e 's/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (CP932)/' > $@
16+
sed -e 's/^scriptencoding utf-8/scriptencoding cp932/' \
17+
-e 's/" Original translations/" Generated from $<, DO NOT EDIT/' \
18+
-e 's/Menu Translations:\tJapanese (UTF-8)/Menu Translations:\tJapanese (CP932)/' \
19+
> $@
1420

1521
force: touch
1622
@$(MAKE) update

runtime/lang/menu_ja_jp.utf-8.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
" vim-jp <http://vim-jp.org/>
99
"
1010
" THIS FILE IS DISTRIBUTED UNDER THE VIM LICENSE.
11+
"
12+
" Original translations
1113

1214
" Quit when menu translations have already been done.
1315
if exists("did_menu_trans")

0 commit comments

Comments
 (0)