Skip to content
This repository has been archived by the owner on May 27, 2020. It is now read-only.

Commit

Permalink
feat: Added i18n support for Chinese Traditional
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Feb 4, 2020
1 parent e8e13d9 commit ca93cd2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.nls.zh-cn.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"deno.description": "Deno support for VSCode",
"deno.command.enable": "启用 Deno",
"deno.command.disable": "禁用 Deno",
"deno.command.restart_server": "重启 Deno 服务器",
"deno.config.enabled": "是否启用 Deno",
"deno.command.restart_server": "重启 Deno 语言服务器",
"deno.config.enabled": "是否启用 Deno",
"deno.config.dtsFilepaths": "Typescript 的声明文件(.d.ts)路径。它可以是相对于项目目录的相对路径或者是绝对路径"
}
9 changes: 9 additions & 0 deletions package.nls.zh-tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"deno.displayName": "Deno",
"deno.description": "Deno support for VSCode",
"deno.command.enable": "啟用 Deno",
"deno.command.disable": "禁用 Deno",
"deno.command.restart_server": "重啟 Deno 語言服務器",
"deno.config.enabled": "是否啟用 Deno",
"deno.config.dtsFilepaths": "Typescript 的聲明文件(.d.ts)路徑。它可以是相對於項目目錄的相對路徑或者是絕對路徑"
}

0 comments on commit ca93cd2

Please sign in to comment.