From 61892b1c60262e913b8e3ef7276d14abef7968a5 Mon Sep 17 00:00:00 2001 From: maful Date: Fri, 5 May 2023 20:07:04 +0700 Subject: [PATCH 1/2] fixes: Remove duplicate spaces --- rails/locale/id.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rails/locale/id.yml b/rails/locale/id.yml index ce5a4df30..99c1d4196 100644 --- a/rails/locale/id.yml +++ b/rails/locale/id.yml @@ -83,7 +83,7 @@ id: less_than_x_minutes: zero: kurang dari 1 menit one: kurang dari %{count} menit - other: kurang dari %{count} menit + other: kurang dari %{count} menit over_x_years: one: lebih dari setahun other: lebih dari %{count} tahun From aa353dab0a5e2ab986f739fd3f6aa0a21dc40ba3 Mon Sep 17 00:00:00 2001 From: maful Date: Fri, 5 May 2023 20:12:11 +0700 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ccaa7107..ca2462ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ - Russian (ru): fix some errors in 'datetime' section, add `errors.messages.in` and `number.format.round_mode` keys #1077 - Spanish (es): add translation for `errors.messages.in` #1071 - French (fr, fr-CA, fr-CH, fr-FR): fix typo on 'almost_x_years: one' #1074 + - Indonesian (id): Remove duplicate spaces in `id.datetime.distance_in_words.less_than_x_minutes.other` #1079 - Add ordinalization for German (de, de-AT, de-CH, de-DE) ## 7.0.6 (2022-11-08)