Bugfix in ko/front.json (#12790)

In weblate we have the allert:
Weblate could not parse the translation files while updating the translations.

The following occurrences were found:
Filename	Error
website/common/locales/ko/front.json	JSONDecodeError('Expecting property name enclosed in double quotes: line 19 column 1 (char 805)',)

I deleted the trailing comma (so that no further entry is expected).
This commit is contained in:
Lio 2020-11-23 21:53:58 +01:00 committed by GitHub
parent 670843c395
commit 8bd2e09bde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,5 +15,5 @@
"footerCompany": "회사",
"footerDevs": "개발자들",
"communityExtensions": "<a href='http://habitica.fandom.com/wiki/Extensions,_Add-Ons,_and_Customizations' target='_blank'>Add-ons & Extensions</a>\n(그냥 링크 같음)",
"clearBrowserData": "브라우저 데이터 없애기",
"clearBrowserData": "브라우저 데이터 없애기"
}