This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-frontend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
quick translation
master
kelvin.yau
2 months ago
parent
01ffce0703
commit
021c47d022
2 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/AppBar/Profile.tsx
+2
-1
src/i18n/zh/common.json
+ 1
- 1
src/components/AppBar/Profile.tsx
View File
@@ -25,7 +25,7 @@ const Profile: React.FC<Props> = ({ avatarImageSrc, profileName }) => {
setProfileMenuAnchorEl(undefined);
};
const { t } = useTranslation("
logi
n");
const { t } = useTranslation("
commo
n");
return (
<>
+ 2
- 1
src/i18n/zh/common.json
View File
@@ -103,6 +103,7 @@
"All Pick Order Lots": "所有提料單批號",
"Row per page": "每頁行數",
"No data available": "沒有資料",
"jodetail": "工單細節"
"jodetail": "工單細節",
"Sign out": "登出"
}
Write
Preview
Loading…
Cancel
Save