From 2f2260cee8e49ffa9fc394ba18b49c284b2d4401 Mon Sep 17 00:00:00 2001 From: PedroNorte Date: Wed, 30 Oct 2013 12:02:35 +0000 Subject: [PATCH] Update jquery.timeago.pt-br.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removing the pleonasm of having both "há" and "atrás" --- locales/jquery.timeago.pt-br.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/jquery.timeago.pt-br.js b/locales/jquery.timeago.pt-br.js index 716886f..c72ea38 100644 --- a/locales/jquery.timeago.pt-br.js +++ b/locales/jquery.timeago.pt-br.js @@ -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" -}; \ No newline at end of file +};