mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2025-03-14 22:49:48 -04:00
Merge pull request #72 from bnu/master
modified for korean word separator.
This commit is contained in:
commit
311495b887
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ jQuery.timeago.settings.strings = {
|
|||
hours: "%d시간",
|
||||
day: "하루",
|
||||
days: "%d일",
|
||||
month: "한달",
|
||||
month: "한 달",
|
||||
months: "%d달",
|
||||
year: "1년",
|
||||
years: "%d년",
|
||||
wordSeparator: ""
|
||||
wordSeparator: " "
|
||||
};
|
Loading…
Reference in a new issue