mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 07:47:54 -05:00
Update jquery.timeago.pt-br.js
Removing the pleonasm of having both "há" and "atrás"
This commit is contained in:
parent
c7251759fd
commit
2f2260cee8
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue