Skip to content

Commit b2866c5

Browse files
authored
feat: add zh-tw language (#76)
1 parent 3c8687d commit b2866c5

File tree

3 files changed

+18
-70
lines changed

3 files changed

+18
-70
lines changed

.vscode/launch.json

+5-6
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,23 @@
1010
"type": "extensionHost",
1111
"request": "launch",
1212
"args": [
13-
"--extensionDevelopmentPath=${workspaceFolder}/out"
13+
"--extensionDevelopmentPath=${workspaceFolder}"
1414
],
1515
"outFiles": [
16-
"${workspaceFolder}/out/**/*.js"
17-
],
18-
"preLaunchTask": "${defaultBuildTask}"
16+
"${workspaceFolder}/**/*.js"
17+
]
1918
},
2019
{
2120
"name": "Run Web Extension",
2221
"type": "extensionHost",
2322
"debugWebWorkerHost": true,
2423
"request": "launch",
2524
"args": [
26-
"--extensionDevelopmentPath=${workspaceFolder}/out",
25+
"--extensionDevelopmentPath=${workspaceFolder}",
2726
"--extensionDevelopmentKind=web"
2827
],
2928
"outFiles": [
30-
"${workspaceFolder}/out/**/*.js"
29+
"${workspaceFolder}/**/*.js"
3130
]
3231
}
3332
]

.vscode/tasks.json

-64
This file was deleted.

l10n/bundle.l10n.zh-tw.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"Convert `{px}px` to `{value}` (the current benchmark font-size is `{rootFontSize}px`": "將 `{px}px` 轉換為 `{value}` (當前基準字號為 `{rootFontSize}px`",
3+
"Converted from `{rem}rem` according to the benchmark font-size is `{rootFontSize}px`": "由 `{rem}rem` 根據基準字號 `{rootFontSize}px` 轉換而來",
4+
"Convert {px}rem to {value} (the current benchmark font-size is {rootFontSize}px": "將 `{px}rem` 轉換為 `{value}` (當前基準字號為 `{rootFontSize}px`",
5+
"Converted from `{px}px` according to the benchmark font-size is `{rootFontSize}px`": "由 `{px}px` 根據基準字號 `{rootFontSize}px` 轉換而來",
6+
"Convert `{px}px` to `{vw}` (current device width `{vwDesign}px`, base font size is `{rootFontSize}px`)": "將 `{px}px` 轉換為 `{vw}` (當前設備寬度 `{vwDesign}px`, 基準字號為 `{rootFontSize}px`)",
7+
"Convert `{px}px` to `{vw}vw` (current device width `{vwDesign}px`, base font size is `{rootFontSize}px`)": "由 `{px}px` 轉換為 `{vw}vm` (當前設備寬度 `{vwDesign}px`, 基準字號為 `{rootFontSize}px`)",
8+
"Convert `{vw}vw` to `{px}` (current device width `{vwDesign}px`, base font size is `{rootFontSize}px`)": "將 `{vw}vw` 轉換為 `{px}` (當前設備寬度 `{vwDesign}px`, 基準字號為 `{rootFontSize}px`)",
9+
"Converted from `{px}px` (current device width `{vwDesign}px`, base font size is `{rootFontSize}px`)": "由 `{px}px` 轉換而來(當前設備寬度 `{vwDesign}px`, 基準字號為 `{rootFontSize}px`)",
10+
"**WXSS miniprogram style** Convert `{px}px` to `{rpx}` (the current device width is `{wxssDeviceWidth}px` and screen width is `{wxssScreenWidth}px`)": "**WXSS小程序樣式** 將 `{px}px` 轉換為 `{rpx}` (當前設備寬度 `{wxssDeviceWidth}px`、基準屏幕 `{wxssScreenWidth}px`",
11+
"**WXSS miniprogram style** Convert `{rpx}rpx` to `{px}` (The current device width is `{wxssDeviceWidth}px` and screen width is `{wxssScreenWidth}px`)": "**WXSS小程序樣式** 將 `{rpx}rpx` 轉換為 `{px}` (當前設備寬度 `{wxssDeviceWidth}px`、基準屏幕 `{wxssScreenWidth}px`",
12+
"**WXSS miniprogram style** Converted from `{px}px` (The current device width is `{wxssDeviceWidth}px` and screen width is `{wxssScreenWidth}px`)": "**WXSS小程序樣式** 由 `{px}px` 轉換而來(當前設備寬度 `{wxssDeviceWidth}px`、基準屏幕 `{wxssScreenWidth}px`)"
13+
}

0 commit comments

Comments
 (0)