mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 15:57:54 -05:00
띄어쓰기 수정.
'n분전' to 'n분 전'.
This commit is contained in:
parent
1372d48740
commit
aabe620ba1
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ jQuery.timeago.settings.strings = {
|
||||||
hours: "%d시간",
|
hours: "%d시간",
|
||||||
day: "하루",
|
day: "하루",
|
||||||
days: "%d일",
|
days: "%d일",
|
||||||
month: "한달",
|
month: "한 달",
|
||||||
months: "%d달",
|
months: "%d달",
|
||||||
year: "1년",
|
year: "1년",
|
||||||
years: "%d년",
|
years: "%d년",
|
||||||
wordSeparator: ""
|
wordSeparator: " "
|
||||||
};
|
};
|
Loading…
Reference in a new issue