skill-weather icon indicating copy to clipboard operation
skill-weather copied to clipboard

Where does bad Korean translation come from?

Open JuliaC29 opened this issue 6 years ago • 3 comments
trafficstars

In my ko-kr/current.local.weather.dialog file I have:

현재 **{{condition}}**고 기온은 {{temp}}도입니다. 오늘의 최고 기온은 {{temp_max}}도, 최저 기온은 {{temp_min}}도입니다.

When I ask mycroft the weather, I get:

날씨가 어때?
현재 맑음고 기온은 6도입니다. 오늘의 최고 기온은 6도, 최저 기온은 0도입니다.

I don't find the string 맑음 anywhere in my code.

juyeon@ju:/opt/mycroft/skills/mycroft-weather.mycroftai$ grep -nHr 맑음 . | wc -l
0

It is not correct Korean in this context. It should be 맑. Is this coming from OWM ? Is there a way to override what they send ?

JuliaC29 avatar Dec 05 '18 23:12 JuliaC29

Hi @JuliaC29, in order for us to diagnose this we will need to see your skills.log. Are you able to provide this for us please?

https://mycroft.ai/documentation/troubleshooting/#how-to-find-the-mycroft-logs

KathyReid avatar Dec 06 '18 00:12 KathyReid

Hi @JuliaC29 it is most likely the OWM translations that was added recently. (PR #52) If you feel it's better to not use the korean translation from OWM we can remove L675 and remove 'kr' from L683

forslund avatar Dec 06 '18 07:12 forslund

Is this still an issue?

chrisveilleux avatar Sep 21 '21 05:09 chrisveilleux