This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.24-51-g89b7dd2


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  89b7dd27eab6c265e97f028fab6e3977c54a5fa6 (commit)
      from  3f0eedddbe260aad3a7b88051d6aa2b205218aa9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=89b7dd27eab6c265e97f028fab6e3977c54a5fa6

commit 89b7dd27eab6c265e97f028fab6e3977c54a5fa6
Author: Märt Põder <tramm@p6drad-teel.net>
Date:   Mon Aug 15 11:46:21 2016 +0200

    locales: et_EE: locale has wrong {p,n}_cs_precedes value [BZ #20459]
    
    According to "Requirements of information technology in Estonian
    language and cultural environment" the monetary symbol should be
    written after the amount number:
    
      https://www.evs.ee/products/evs-8-2008

diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 9aedf51..1ce824d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,10 @@
+2016-08-15  Märt Põder  <tramm@p6drad-teel.net>
+
+	[BZ #20459]
+	* locales/et_EE (n_cs_precedes, p_cs_precedes): Adjust to
+	Requirements of information technology in Estonian language and
+	cultural environment.
+
 2016-08-10  Martin Pitt  <martin.pitt@ubuntu.com>
 
 	[BZ #9842]
diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE
index 096cdd5..83115c6 100644
--- a/localedata/locales/et_EE
+++ b/localedata/locales/et_EE
@@ -2141,9 +2141,9 @@ positive_sign       ""
 negative_sign       "<U002D>"
 int_frac_digits     2
 frac_digits         2
-p_cs_precedes       1
+p_cs_precedes       0
 p_sep_by_space      1
-n_cs_precedes       1
+n_cs_precedes       0
 n_sep_by_space      1
 p_sign_posn         1
 n_sign_posn         1

-----------------------------------------------------------------------

Summary of changes:
 localedata/ChangeLog     |    7 +++++++
 localedata/locales/et_EE |    4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]