This website works better with JavaScript.
Home
Explore
Help
Sign In
derek
/
FPSMS-frontend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
i18n
master
CANCERYS\kw093
2 months ago
parent
db543b5465
commit
5c366779d5
2 changed files
with
5 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
src/i18n/zh/common.json
+1
-1
tsconfig.json
+ 4
- 1
src/i18n/zh/common.json
View File
@@ -71,5 +71,8 @@
"Qc Item": "QC 項目",
"FG Production Schedule": "FG 生產排程",
"Inventory": "庫存",
"scheduling":"排程"
"scheduling":"排程",
"settings": "設定",
"items": "物料",
"edit":"編輯"
}
+ 1
- 1
tsconfig.json
View File
@@ -19,7 +19,7 @@
}
],
"paths": {
"@/*": ["/src/*"]
"@/*": ["
.
/src/*"]
},
"baseUrl": "."
},
Write
Preview
Loading…
Cancel
Save