Merge pull request #77 from yyhhkk12/develop

Korean translation
This commit is contained in:
Rainer Simon 2021-08-17 09:19:08 +02:00 committed by GitHub
commit 1448885535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import messages_fr from './messages_fr.json';
import messages_gl from './messages_gl.json';
import messages_hi from './messages_hi.json';
import messages_it from './messages_it.json';
import messages_ko from './messages_ko.json';
import messages_nl from './messages_nl.json';
import messages_pt from './messages_pt.json';
import messages_sv from './messages_sv.json';
@ -26,6 +27,7 @@ const MESSAGES = {
gl: messages_gl,
hi: messages_hi,
it: messages_it,
ko: messages_ko,
nl: messages_nl,
pt: messages_pt,
sv: messages_sv,
@ -55,6 +57,7 @@ import fr from 'timeago.js/lib/lang/fr';
import gl from 'timeago.js/lib/lang/gl';
import hi from 'timeago.js/lib/lang/hi_IN';
import it from 'timeago.js/lib/lang/it';
import ko from 'timeago.js/lib/lang/ko';
import nl from 'timeago.js/lib/lang/nl';
import pt from 'timeago.js/lib/lang/pt_BR';
import sv from 'timeago.js/lib/lang/sv';
@ -70,6 +73,7 @@ timeago.register('fr', fr);
timeago.register('gl', gl);
timeago.register('hi', hi);
timeago.register('it', it);
timeago.register('ko', ko);
timeago.register('nl', nl);
timeago.register('pt', pt);
timeago.register('sv', sv);

10
src/i18n/messages_ko.json Normal file
View File

@ -0,0 +1,10 @@
{
"Add a comment...": "댓글 추가",
"Add a reply...": "답글 추가",
"Add tag...": "태그 추가",
"Cancel": "취소",
"Close": "닫기",
"Edit": "수정",
"Delete": "삭제",
"Ok": "확인"
}