Skip to content

Commit

Permalink
Merge pull request rmm5t#204 from rturk/master
Browse files Browse the repository at this point in the history
Add Support for Brazilian Portuguese shortened
  • Loading branch information
rmm5t committed Nov 24, 2014
2 parents 427ec8f + 2ada5ad commit 51631e1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locales/jquery.timeago.pt-br-short.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// Portuguese Brasil shortened
jQuery.timeago.settings.strings = {
prefixAgo: null,
prefixFromNow: null,
suffixAgo: "",
suffixFromNow: "",
seconds: "1m",
minute: "1m",
minutes: "%dm",
hour: "1h",
hours: "%dh",
day: "1d",
days: "%dd",
month: "1M",
months: "%dM",
year: "1a",
years: "%da",
wordSeparator: " ",
numbers: []
};

0 comments on commit 51631e1

Please sign in to comment.