Skip to content

Commit

Permalink
Added the locale file to Brazilian Portuguese
Browse files Browse the repository at this point in the history
  • Loading branch information
pantuza committed Jul 13, 2012
1 parent b311508 commit a05c5fe
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions locales/jquery.timeago.pt-br.js
@@ -0,0 +1,16 @@
// Brazilian Portuguese
jQuery.timeago.settings.strings = {
suffixAgo: "atrás",
suffixFromNow: "nesse momento",
seconds: "alguns segundos",
minute: "há um minuto",
minutes: "há %d minutos",
hour: "há uma hora",
hours: "há %d horas",
day: "há um dia",
days: "há %d dias",
month: "há um mês",
months: "há %d meses",
year: "há um ano",
years: "há %d anos"
};

0 comments on commit a05c5fe

Please sign in to comment.