From cb40f061be70c8bc8df49e52718cf5ffbb7877d3 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Fri, 20 Jul 2018 13:39:39 -0300 Subject: [PATCH] Fix wrong hour pluralization --- src/locales/de/framework.ftl | 2 +- src/locales/en-US/framework.ftl | 2 +- src/locales/es/framework.ftl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/de/framework.ftl b/src/locales/de/framework.ftl index 2f5a6d472..55dca1c8c 100644 --- a/src/locales/de/framework.ftl +++ b/src/locales/de/framework.ftl @@ -22,7 +22,7 @@ framework-timeago = *[other] Minuten } [hour] { $value -> - [0] Stunde + [1] Stunde *[other] Stunden } [day] { $value -> diff --git a/src/locales/en-US/framework.ftl b/src/locales/en-US/framework.ftl index 5d88f9a7e..555637497 100644 --- a/src/locales/en-US/framework.ftl +++ b/src/locales/en-US/framework.ftl @@ -18,7 +18,7 @@ framework-timeago-time = *[other] minutes } [hour] { $value -> - [0] hour + [1] hour *[other] hours } [day] { $value -> diff --git a/src/locales/es/framework.ftl b/src/locales/es/framework.ftl index 2b95d944c..a383c75bb 100644 --- a/src/locales/es/framework.ftl +++ b/src/locales/es/framework.ftl @@ -22,7 +22,7 @@ framework-timeago = *[other] minutos } [hour] { $value -> - [0] hora + [1] hora *[other] horas } [day] { $value ->