From eb5e4d230567ef650bde32672cb86361c6deda18 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 5 Apr 2010 12:35:48 -0700 Subject: [PATCH] Define thousands separator handling for numbers in pt_BR. --- localedata/ChangeLog | 5 +++++ localedata/locales/pt_BR | 55 ++++++++++++++++++++++++------------------------ 2 files changed, 32 insertions(+), 28 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index bbfae850f5..16e2898ce9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2010-04-05 Ulrich Drepper + + [BZ #11007] + * locales/pt_BR: Define thousands_sep and grouping. + 2010-01-28 Marcelo E. Magallon [BZ #11258] diff --git a/localedata/locales/pt_BR b/localedata/locales/pt_BR index 8dbc14ea64..22f61317d7 100644 --- a/localedata/locales/pt_BR +++ b/localedata/locales/pt_BR @@ -14,7 +14,6 @@ escape_char / % Revision: 4.4 % Date: 1997-03-19 % Users: general -% Repertoiremap: mnemonic.ds % Charset: ISO-8859-1 % Distribution and use is free, also % for commercial purposes. @@ -79,40 +78,40 @@ END LC_CTYPE LC_NUMERIC decimal_point "" -thousands_sep "" -grouping 0;0 +thousands_sep "" +grouping 3;3 END LC_NUMERIC LC_TIME abday "";"";/ - "";"";/ - "";"";/ - "" + "";"";/ + "";"";/ + "" day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" + "";/ + "";/ + "";/ + "";/ + "";/ + "" abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" d_t_fmt "" d_fmt "" t_fmt "" -- 2.11.4.GIT