korean now works

This commit is contained in:
Kadir Sekha 2017-12-20 16:33:21 +00:00
commit cb5004c0ac
2 changed files with 4 additions and 2 deletions

View file

@ -10,7 +10,7 @@ msgstr ""
"X-Crowdin-File: template.pot\n"
"Last-Translator: emilold <emil@moar.se>\n"
"Language-Team: Korean\n"
"Language: ko_KR\n"
"Language: ko\n"
"PO-Revision-Date: 2017-12-15 01:07-0500\n"
#: www/views/modals/paypro.html:34
@ -3627,4 +3627,3 @@ msgstr "{{updatingTxHistoryProgress}} 거래 내역 다운로드 완료"
#: www/views/includes/walletInfo.html:18
msgid "{{wallet.m}}-of-{{wallet.n}}"
msgstr "{{wallet.n}}의 {{wallet.m}}"

View file

@ -40,6 +40,9 @@ angular.module('copayApp.services')
}, {
name: 'Português',
isoCode: 'pt',
}, {
name: '한국어',
isoCode: 'ko'
}];
// }, {