mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-08 05:25:21 +00:00
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:
parent
670843c395
commit
8bd2e09bde
1 changed files with 1 additions and 1 deletions
|
|
@ -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": "브라우저 데이터 없애기"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue