From d52af890182a0779598d7001834a3708a0ea5746 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Sat, 18 May 2013 18:36:44 -0400 Subject: [PATCH] Fixed Indonesian locale Fixes #125 --- locales/jquery.timeago.id.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/jquery.timeago.id.js b/locales/jquery.timeago.id.js index 72c3909..296d84e 100644 --- a/locales/jquery.timeago.id.js +++ b/locales/jquery.timeago.id.js @@ -12,7 +12,7 @@ jQuery.timeago.settings.strings = { day: "sehari", days: "%d hari", month: "sekitar sebulan", - months: "%d tahun", + months: "%d bulan", year: "sekitar setahun", years: "%d tahun" -}; \ No newline at end of file +};