File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed
Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change 8383" MacOS Xメニューの日本語化 (メニュー表示前に行なう必要がある)
8484if has (' mac' )
8585 if exists (' $LANG' ) && $LANG == # ' ja_JP.UTF-8'
86- set langmenu = ja_ja.utf - 8 .macvim
86+ set langmenu = ja
8787 set encoding = utf- 8
8888 set ambiwidth = double
8989 endif
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ LANGUAGES = \
1717 ga \
1818 it \
1919 ja \
20- ja_JP.UTF-8 \
2120 ko \
2221 ko.UTF-8 \
2322 nb \
@@ -59,7 +58,6 @@ MOFILES = \
5958 ga.mo \
6059 it.mo \
6160 ja.mo \
62- ja_JP.UTF-8.mo \
6361 ko.mo \
6462 ko.UTF-8.mo \
6563 nb.mo \
@@ -81,7 +79,6 @@ MOCONVERTED = \
8179 cs.cp1250.mo \
8280 ja.sjis.mo \
8381 ja.euc-jp.mo \
84- ja_JP.UTF-8.mo \
8582 pl.cp1250.mo \
8683 pl.UTF-8.mo \
8784 ru.cp1251.mo \
@@ -121,7 +118,6 @@ CHECKFILES = \
121118 cs.cp1250.ck \
122119 ja.sjis.ck \
123120 ja.euc-jp.ck \
124- ja_JP.UTF-8.ck \
125121 pl.cp1250.ck \
126122 pl.UTF-8.ck \
127123 ru.cp1251.ck \
@@ -209,12 +205,6 @@ ja.euc-jp.po: ja.po
209205 iconv -f utf-8 -t euc-jp ja.po | \
210206 sed -e ' s/charset=utf-8/charset=euc-jp/' -e ' s/# Original translations/# Generated from ja.po, DO NOT EDIT/' > ja.euc-jp.po
211207
212- # Convert ja.po to create ja_JP.UTF-8.po.
213- ja_JP.UTF-8.po : ja.po
214- rm -f ja_JP.UTF-8.po
215- iconv -f euc-jp -t utf-8 ja.po | \
216- sed -e ' s/charset=euc-jp/charset=utf-8/' -e ' s/# Original translations/# Generated from ja.po, DO NOT EDIT/' > ja_JP.UTF-8.po
217-
218208# Convert cs.po to create cs.cp1250.po.
219209cs.cp1250.po : cs.po
220210 rm -f cs.cp1250.po
You can’t perform that action at this time.
0 commit comments