diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-08-29 13:39:18 +0200 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-08-29 13:56:41 +0200 |
commit | f11f2f6e145d6fc6b52f6b0733599f8b96595733 (patch) | |
tree | c77015519fee5e55c14907348082e82f251203ef /localedata/ChangeLog | |
parent | f8de9568d81bf47bcc85d2918d529b6cd0b19519 (diff) | |
download | glibc-f11f2f6e145d6fc6b52f6b0733599f8b96595733.tar.gz glibc-f11f2f6e145d6fc6b52f6b0733599f8b96595733.tar.xz glibc-f11f2f6e145d6fc6b52f6b0733599f8b96595733.zip |
Use “,” as mon_decimal_point for ru_RU and os_RU locales (follow CLDR)
[BZ #13805] * locales/ru_RU (LC_MONETARY): Use “,” for mon_decimal_point (to agree with CLDR). * locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII for readability. * locales/os_RU (LC_MONETARY): Copy from ru_RU, makes it agree with CLDR.
Diffstat (limited to 'localedata/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6b9c10752a..48775d66da 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,13 @@ +2017-08-29 Mike FABIAN <mfabian@redhat.com> + + [BZ #13805] + * locales/ru_RU (LC_MONETARY): Use “,” for mon_decimal_point + (to agree with CLDR). + * locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII + for readability. + * locales/os_RU (LC_MONETARY): Copy from ru_RU, + makes it agree with CLDR. + 2017-08-29 Akhilesh Kumar <akhilesh.k@samsung.com> [BZ #21971] |