i18n
This commit is contained in:
parent
fc8aa0e2a3
commit
331e7d2fc4
|
@ -132,5 +132,6 @@
|
|||
"line_height": "Line Height",
|
||||
"go_format": "Go Format",
|
||||
"locale": "Locale",
|
||||
"apply": "Apply"
|
||||
"apply": "Apply",
|
||||
"clearOutput": "Clear Output"
|
||||
}
|
|
@ -132,5 +132,6 @@
|
|||
"line_height": "行の高さ",
|
||||
"go_format": "Go フォーマット",
|
||||
"locale": "ロケール",
|
||||
"apply": "適用する"
|
||||
"apply": "適用する",
|
||||
"clearOutput": "空の出力"
|
||||
}
|
||||
|
|
|
@ -132,5 +132,6 @@
|
|||
"line_height": "行高",
|
||||
"go_format": "Go 格式化",
|
||||
"locale": "语言环境",
|
||||
"apply": "应用"
|
||||
"apply": "应用",
|
||||
"clearOutput": "清空输出"
|
||||
}
|
|
@ -132,5 +132,6 @@
|
|||
"line_height": "行高",
|
||||
"go_format": "Go 格式化",
|
||||
"locale": "語言環境",
|
||||
"apply": "應用"
|
||||
"apply": "應用",
|
||||
"clearOutput": "清空輸出"
|
||||
}
|
|
@ -49,6 +49,7 @@
|
|||
<ul>
|
||||
<li>F5{{.i18n.colon}}{{.i18n.build}}</li>
|
||||
<li>F6{{.i18n.colon}}{{.i18n.build_n_run}}</li>
|
||||
<li>Ctrl-C{{.i18n.colon}}{{.i18n.clearOutput}}</li>
|
||||
</ul>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue