We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c4be6fe + 1201a57 commit ee20229Copy full SHA for ee20229
locales/jquery.timeago.ko.js
@@ -1,17 +1,20 @@
1
// Korean
2
jQuery.timeago.settings.strings = {
3
+ prefixAgo: null,
4
+ prefixFromNow: null,
5
suffixAgo: "전",
6
suffixFromNow: "후",
7
seconds: "1분 이내",
- minute: "1분",
8
+ minute: "약 1분",
9
minutes: "%d분",
- hour: "1시간",
- hours: "%d시간",
10
+ hour: "약 1시간",
11
+ hours: "약 %d시간",
12
day: "하루",
13
days: "%d일",
- month: "한 달",
14
+ month: "약 한달",
15
months: "%d달",
- year: "1년",
16
+ year: "약 1년",
17
years: "%d년",
- wordSeparator: " "
-};
18
+ wordSeparator: " ",
19
+ numbers: []
20
+};
0 commit comments