Skip to content

Commit 3700b63

Browse files
committed
Fix Turkish abbreviation for "minutes"
In Turkish, the abbreviation of "dakika" (minute) is "dk".
1 parent 7d31205 commit 3700b63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locales/jquery.timeago.tr-short.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
suffixAgo: "",
1515
suffixFromNow: "",
1616
seconds: "1dk",
17-
minute: "1d",
18-
minutes: "%dd",
17+
minute: "1dk",
18+
minutes: "%ddk",
1919
hour: "1s",
2020
hours: "%ds",
2121
day: "1g",

0 commit comments

Comments
 (0)