Skip to content

Commit a0a2de2

Browse files
committed
fixed jimmiw#64, bumped to 3.0.3
1 parent d4999c9 commit a0a2de2

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### 3.0.3
4+
* Updated Pt-BR, thanks to @ivesbrito
5+
6+
### 3.0.2
7+
* updated phpdoc for constructor
8+
39
### 3.0.1
410
* Typo fixes, thanks @jlratwil
511
* Did some changes to composer, so php 7.0 can also be tested on travis.

src/Westsworld/TimeAgo/Translations/Pt_BR.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public function __construct()
1818
'aboutOneYear' => "cerca de 1 ano atrás",
1919
'days' => "%s dias atrás",
2020
'hours' => "%s horas atrás",
21-
'lessThanAMinute' => "menos de um minuto atras",
21+
'lessThanAMinute' => "menos de um minuto atrás",
2222
'lessThanOneHour' => "%s minutos atrás",
2323
'months' => "%s meses atrás",
2424
'oneMinute' => "1 minuto atrás",

0 commit comments

Comments
 (0)