Skip to content

Commit

Permalink
Added Macedonian localization
Browse files Browse the repository at this point in the history
  • Loading branch information
mitemitreski committed Nov 21, 2012
1 parent 2877ea8 commit 3951559
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/jquery.timeago.mk.js
@@ -0,0 +1,20 @@
// Macedonian
(function() {
jQuery.timeago.settings.strings={
prefixAgo: "пред",
prefixFromNow: "за",
suffixAgo: null,
suffixFromNow: null,
seconds: "%d секунди",
minute: "%d минута",
minutes: "%d минути",
hour: "%d час",
hours: "%d часа",
day: "%d ден",
days: "%d денови" ,
month: "%d месец",
months: "%d месеци",
year: "%d година",
years: "%d години"
}
})();

0 comments on commit 3951559

Please sign in to comment.