mirror of
https://github.com/scratchfoundation/jquery-timeago.git
synced 2024-11-23 15:57: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 = {
|
jQuery.timeago.settings.strings = {
|
||||||
prefixAgo: "há",
|
prefixAgo: "há",
|
||||||
prefixFromNow: "em",
|
prefixFromNow: "em",
|
||||||
suffixAgo: "atrás",
|
suffixAgo: null,
|
||||||
suffixFromNow: null,
|
suffixFromNow: null,
|
||||||
seconds: "alguns segundos",
|
seconds: "alguns segundos",
|
||||||
minute: "um minuto",
|
minute: "um minuto",
|
||||||
|
|
Loading…
Reference in a new issue