Skip to content

Commit ca29c2a

Browse files
committed
chore: add localses/ko.json
1 parent 80f086d commit ca29c2a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

locales/ko.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"Please sign in": "로그인을 해주세요",
3+
"email address": "이메일 주소",
4+
"username": "사용자명",
5+
"password": "비밀번호",
6+
"Remember me": "로그인 상태 유지",
7+
"Log in": "로그인",
8+
"hot update server": "OTA 업데이트 서버",
9+
"Change Password": "비밀번호 변경",
10+
"Obtain": "발급",
11+
"old password": "현재 비밀번호",
12+
"new password": "새 비밀번호",
13+
"please login again": "다시 로그인해주세요",
14+
"change success": "변경되었습니다",
15+
"Logout": "로그아웃",
16+
"Register": "회원가입"
17+
}

src/core/services/client-manager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class ClientManager {
194194
throw new AppError('Not found deployment, check deployment key is right.');
195195
}
196196
const version = parseVersion(appVersion);
197+
logger.info('updateCheck.parsedVersion', { version });
197198
return DeploymentsVersions.findAll({
198199
where: {
199200
deployment_id: dep.id,

0 commit comments

Comments
 (0)