Update jquery.timeago.pt-br.js

Removing the pleonasm of having both "há" and "atrás"
This commit is contained in:
PedroNorte 2013-10-30 12:02:35 +00:00
parent c7251759fd
commit 2f2260cee8

View file

@ -2,7 +2,7 @@
jQuery.timeago.settings.strings = {
prefixAgo: "há",
prefixFromNow: "em",
suffixAgo: "atrás",
suffixAgo: null,
suffixFromNow: null,
seconds: "alguns segundos",
minute: "um minuto",
@ -15,4 +15,4 @@ jQuery.timeago.settings.strings = {
months: "%d meses",
year: "um ano",
years: "%d anos"
};
};