From ea347d24c605ad92f8db6e572f7fc5a86715a037 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=81n=20O=CC=81skar=20Erlendsson?= Date: Fri, 27 Sep 2013 21:09:36 +0000 Subject: [PATCH] add Icelandinc locale --- locales/jquery.timeago.is.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 locales/jquery.timeago.is.js diff --git a/locales/jquery.timeago.is.js b/locales/jquery.timeago.is.js new file mode 100644 index 0000000..63736be --- /dev/null +++ b/locales/jquery.timeago.is.js @@ -0,0 +1,19 @@ +jQuery.timeago.settings.strings = { + prefixAgo: "fyrir", + prefixFromNow: "eftir", + suffixAgo: "síðan", + suffixFromNow: null, + seconds: "minna en mínútu", + minute: "mínútu", + minutes: "%d mínútum", + hour: "klukkutíma", + hours: "um %d klukkutímum",° + day: "degi", + days: "%d dögum", + month: "mánuði", + months: "%d mánuðum", + year: "ári", + years: "%d árum", + wordSeparator: " ", + numbers: [] +}; \ No newline at end of file