arrow-py / arrow

🏹 Better dates & times for Python
https://arrow.readthedocs.io
Apache License 2.0
8.71k stars 673 forks source link

Korean local can broken when humanize() `n weeks` timeframe. #803

Closed comfuture closed 4 years ago

comfuture commented 4 years ago

Issue Description

ValueError: Humanization of the ‘weeks’ granularity is not currently translated in the ‘ko’ locale. Please consider making a contribution to this locale.

Korean local does not contains key "week" and "weeks" of timeframes, so It's possibly met a ValueError when trying to format n weeks timeframe.

and some of korean translation seems wierd, so need to fix it. I'll try some

System Info