mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 12:04:02 +08:00
Fix wrong hour pluralization
This commit is contained in:
@@ -22,7 +22,7 @@ framework-timeago =
|
||||
*[other] Minuten
|
||||
}
|
||||
[hour] { $value ->
|
||||
[0] Stunde
|
||||
[1] Stunde
|
||||
*[other] Stunden
|
||||
}
|
||||
[day] { $value ->
|
||||
|
||||
@@ -18,7 +18,7 @@ framework-timeago-time =
|
||||
*[other] minutes
|
||||
}
|
||||
[hour] { $value ->
|
||||
[0] hour
|
||||
[1] hour
|
||||
*[other] hours
|
||||
}
|
||||
[day] { $value ->
|
||||
|
||||
@@ -22,7 +22,7 @@ framework-timeago =
|
||||
*[other] minutos
|
||||
}
|
||||
[hour] { $value ->
|
||||
[0] hora
|
||||
[1] hora
|
||||
*[other] horas
|
||||
}
|
||||
[day] { $value ->
|
||||
|
||||
Reference in New Issue
Block a user