Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translated remaining parts in doc/hanglin.jax #164 #170

Merged
merged 1 commit into from
Jan 30, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion catchup-7.4.1194.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
以上は変更点が100行未満なので、翻訳しやすいはず。

doc/change.jax
doc/hangulin.jax
doc/if_lua.jax # 100行超えたけど、内容的に大したことない
doc/if_mzsch.jax
doc/if_perl.jax
Expand Down Expand Up @@ -55,6 +54,7 @@
doc/editing.jax
doc/filetype.jax
doc/fold.jax
doc/hangulin.jax
doc/help.jax
doc/index.jax
doc/map.jax
Expand Down
18 changes: 10 additions & 8 deletions doc/hangulin.jax
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ LC_ALL 変数をセットしている場合は、それも韓国語ロケール

VIM リソース
------------
You may want to set 'encoding' and 'fileencodings'.
Next are examples: >
'encoding' 'fileencodings' をセットしたいかもしれません。
: >

:set encoding=euc-kr
:set encoding=utf-8
Expand All @@ -56,13 +56,15 @@ VIM_KEYBOARD か HANGUL_KEYBOARD_TYPE 環境変数を使うことによって、

ハングル・フォント
------------------
If you use GTK version of GVIM, you should set 'guifont' and 'guifontwide'.
For example: >
GTK バージョンの GVIM を使用している場合は 'guifont' と 'guifontwide' をセット
するべきです。
例: >
set guifont=Courier\ 12
set guifontwide=NanumGothicCoding\ 12

If you use Motif or Athena version of GVIM, you should set 'guifontset' in
your vimrc. You can set fontset in the .Xdefaults file.
Motif もしくは Athena バージョンの GVIM を使用している場合は vimrc 内で
'guifontset' をセットするべきです。フォントセットは .Xdefaults ファイル内で指定
できます。

$HOME/.gvimrc: >
set guifontset=english_font,hangul_font
Expand All @@ -85,8 +87,8 @@ $HOME/.Xdefaults: >
で動作することになり、英語の文字だけが見えることになり、ハングルは正しくは表示
されなくなります。

After 'fontset' feature is enabled, VIM does not allow using english
font only in 'font' setting for syntax.
'fontset' 機能が有効になった後、シンタックス定義での 'font' 設定でのみ英語のフ
ォントを使うことはできなくなります。
例えば、もし .gvimrc で次のようにしている場合は: >
:set guifontset=eng_font,your_font
構文ハイライトの指定では次のようにする必要があります: >
Expand Down