Fix wrong hour pluralization

This commit is contained in:
Chi Vinh Le
2018-07-20 13:39:39 -03:00
parent 4c6b2cfb84
commit cb40f061be
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ framework-timeago =
*[other] Minuten
}
[hour] { $value ->
[0] Stunde
[1] Stunde
*[other] Stunden
}
[day] { $value ->
+1 -1
View File
@@ -18,7 +18,7 @@ framework-timeago-time =
*[other] minutes
}
[hour] { $value ->
[0] hour
[1] hour
*[other] hours
}
[day] { $value ->
+1 -1
View File
@@ -22,7 +22,7 @@ framework-timeago =
*[other] minutos
}
[hour] { $value ->
[0] hora
[1] hora
*[other] horas
}
[day] { $value ->