Skip to content

Commit

Permalink
Brazilian Portuguese locale
Browse files Browse the repository at this point in the history
  • Loading branch information
andreoav committed Aug 14, 2012
1 parent 6fa8478 commit 413e008
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions lib/locales/timeago.pt-br.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
(function() {

$.fn.timeago.defaults.lang = {
units: {
second: "segundo",
seconds: "segundos",
minute: "minuto",
minutes: "minutos",
hour: "hora",
hours: "horas",
day: "dia",
days: "dias",
month: "mês",
months: "meses",
year: "ano",
years: "anos"
},
prefixes: {
lt: "menos de um",
about: "aproximadamente",
over: "pouco mais de",
almost: "quase"
},
suffix: ' atrás'
};

}).call(this);

0 comments on commit 413e008

Please sign in to comment.