Skip to content

Commit

Permalink
Merge pull request #226 from ryush00/patch-1
Browse files Browse the repository at this point in the history
Updated last change
  • Loading branch information
rmm5t committed Jul 22, 2015
2 parents c4be6fe + 1201a57 commit ee20229
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions locales/jquery.timeago.ko.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
// Korean
jQuery.timeago.settings.strings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "전",
suffixFromNow: "후",
seconds: "1분 이내",
minute: "1분",
minute: "1분",
minutes: "%d분",
hour: "1시간",
hours: "%d시간",
hour: "1시간",
hours: "%d시간",
day: "하루",
days: "%d일",
month: "한 달",
month: "약 한달",
months: "%d달",
year: "1년",
year: "1년",
years: "%d년",
wordSeparator: " "
};
wordSeparator: " ",
numbers: []
};

0 comments on commit ee20229

Please sign in to comment.