i18n is working

This commit is contained in:
leejinho 2020-01-10 10:40:05 +09:00
parent 407eb8ef12
commit 2150b43aad
3 changed files with 8 additions and 2 deletions

View File

@ -121,7 +121,7 @@
*ngIf="updateInfo$ | async as updateInfo" *ngIf="updateInfo$ | async as updateInfo"
mat-icon-button mat-icon-button
class="button app-layout-native-title-bar-setting" class="button app-layout-native-title-bar-setting"
matTooltip="업데이트" matTooltip="{{ 'update.label' | translate }}"
(click)="onClickUpdate()" (click)="onClickUpdate()"
> >
<svg <svg
@ -134,7 +134,7 @@
stroke-width="1.5" stroke-width="1.5"
stroke-linecap="butt" stroke-linecap="butt"
stroke-linejoin="round" stroke-linejoin="round"
alt="업데이트" alt="Update"
> >
<circle cx="12" cy="12" r="3"></circle> <circle cx="12" cy="12" r="3"></circle>
<path <path

View File

@ -301,6 +301,9 @@
"haveNoPermission": "You do not have SMS permissions." "haveNoPermission": "You do not have SMS permissions."
} }
}, },
"update": {
"label": "Update"
},
"notification": { "notification": {
"titleChatEventArrived": "A message of chat has arrived.", "titleChatEventArrived": "A message of chat has arrived.",
"titleMessageArrived": "A message has arrived." "titleMessageArrived": "A message has arrived."

View File

@ -301,6 +301,9 @@
"haveNoPermission": "SMS 사용 권한이 없습니다." "haveNoPermission": "SMS 사용 권한이 없습니다."
} }
}, },
"update": {
"label": "업데이트"
},
"notification": { "notification": {
"titleChatEventArrived": "메세지가 도착했습니다.", "titleChatEventArrived": "메세지가 도착했습니다.",
"titleMessageArrived": "쪽지가 도착했습니다." "titleMessageArrived": "쪽지가 도착했습니다."