Skip to content

Commit

Permalink
Merge pull request #349 from pedro-mendonca/master
Browse files Browse the repository at this point in the history
Change suffix/prefix Ago to FromNow for locale 'pt'
  • Loading branch information
rmm5t authored Feb 22, 2019
2 parents 7b3b717 + e788c4a commit 7ef1f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions locales/jquery.timeago.pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
}(function (jQuery) {
// Portuguese
jQuery.timeago.settings.strings = {
suffixAgo: "atrás",
suffixFromNow: "a partir de agora",
prefixAgo: "",
prefixFromNow: "daqui a",
seconds: "menos de um minuto",
minute: "cerca de um minuto",
minutes: "%d minutos",
Expand Down

0 comments on commit 7ef1f03

Please sign in to comment.