diff --git a/l10n/ko.js b/l10n/ko.js index 65304b5f..e223565d 100644 --- a/l10n/ko.js +++ b/l10n/ko.js @@ -8,6 +8,7 @@ OC.L10N.register( "Home" : "집", "Notifications" : "알림", "Profile" : "프로필", + "In reply to" : "답장", "Add attachment" : "첨부파일 추가", "Add emoji" : "이모지 추가", "Uploading..." : "업로드 중...", diff --git a/l10n/ko.json b/l10n/ko.json index 9bbca599..11a0ff1d 100644 --- a/l10n/ko.json +++ b/l10n/ko.json @@ -6,6 +6,7 @@ "Home" : "집", "Notifications" : "알림", "Profile" : "프로필", + "In reply to" : "답장", "Add attachment" : "첨부파일 추가", "Add emoji" : "이모지 추가", "Uploading..." : "업로드 중...",