Merge pull request #72 from bnu/master

modified for korean word separator.
This commit is contained in:
Ryan McGeary 2012-05-06 18:42:38 -07:00
commit 311495b887

View file

@ -9,9 +9,9 @@ jQuery.timeago.settings.strings = {
hours: "%d시간",
day: "하루",
days: "%d일",
month: "한달",
month: "한 달",
months: "%d달",
year: "1년",
years: "%d년",
wordSeparator: ""
wordSeparator: " "
};