microsoft / vscode-loc

VS Code Localization Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ja] Typo in `notebook.insertFinalNewline`

irotoris opened this issue · comments

The Japanese translation of "New line" is incorrect. 改行 is correct, not 開業.

https://github.com/microsoft/vscode-loc/blob/9cb7eebbf5f935abf716914b11d6f684ef8b2848/i18n/vscode-language-pack-ja/translations/main.i18n.json#L8504

-"notebook.insertFinalNewline": "有効にすると、ノートブックを保存するときにコード セルの最後に開業が挿入されます。",
+"notebook.insertFinalNewline": "有効にすると、ノートブックを保存するときにコード セルの最後に改行が挿入されます。",

Thanks.

Thank you for your feedback. We are currently reviewing it (reference 946248).

Resolved as Fixed & Verify.