Skip to content

Commit 738bc5f

Browse files
authored
Merge pull request #1079 from maful/patch-1
Indonesian: Remove duplicate spaces in id.datetime.distance_in_words.less_than_x_minutes. other
2 parents 537e47f + e569d67 commit 738bc5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Russian (ru): fix some errors in 'datetime' section, add `errors.messages.in` and `number.format.round_mode` keys #1077
1313
- Spanish (es): add translation for `errors.messages.in` #1071
1414
- French (fr, fr-CA, fr-CH, fr-FR): fix typo on 'almost_x_years: one' #1074
15+
- Indonesian (id): Remove duplicate spaces in `id.datetime.distance_in_words.less_than_x_minutes.other` #1079
1516
- Romanian (ro): Correction of Saturday in Romanian #1078
1617
- Add ordinalization for German (de, de-AT, de-CH, de-DE)
1718

rails/locale/id.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ id:
8383
less_than_x_minutes:
8484
zero: kurang dari 1 menit
8585
one: kurang dari %{count} menit
86-
other: kurang dari %{count} menit
86+
other: kurang dari %{count} menit
8787
over_x_years:
8888
one: lebih dari setahun
8989
other: lebih dari %{count} tahun

0 commit comments

Comments
 (0)