diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-24 12:21:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-24 12:21:06 +0000 |
commit | 92610fbe38faa5a4c338c07412c9b14c4e747ef8 (patch) | |
tree | d981ecbf35c031da0ea31491e81dcff0808870e5 /localedata/locales/pt_BR | |
parent | 82cda1d71d2de5ca04f3725e5af230ceefacf22a (diff) | |
download | glibc-92610fbe38faa5a4c338c07412c9b14c4e747ef8.tar.gz glibc-92610fbe38faa5a4c338c07412c9b14c4e747ef8.tar.xz glibc-92610fbe38faa5a4c338c07412c9b14c4e747ef8.zip |
Update.
1998-03-24 12:14 Ulrich Drepper <drepper@cygnus.com> * Makefile (distribute): Add SUPPORTED. (install-locales): New rule to install locale dat ausing localedef. * SUPPORTED: New file. Names all usable locales. Based on a patch by Cristian Gafton <gafton@redhat.com>. * locales/gr_GR: Correct collation description. * locales/nl_NL: Correct Charset requirement. * locales/pt_BR: Fix int_curr_symbol. * locales/ru_RU: Fix ctype data. Patches by Cristian Gafton <gafton@redhat.com>. * locales/nl_NL: Fix yesexpr/noexpr. * locales/pt_BR: Likewise.
Diffstat (limited to 'localedata/locales/pt_BR')
-rw-r--r-- | localedata/locales/pt_BR | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/localedata/locales/pt_BR b/localedata/locales/pt_BR index fa54f1ef8c..7c71a345d1 100644 --- a/localedata/locales/pt_BR +++ b/localedata/locales/pt_BR @@ -24,12 +24,12 @@ copy "en_DK" END LC_COLLATE LC_MESSAGES -yesexpr "<<(><S><s><y><Y><)/>><.><*>" -noexpr "<<(><n><N><)/>><.><*>" +yesexpr "<'/>><<(><S><s><y><Y><)/>><.><*>" +noexpr "<'/>><<(><n><N><)/>><.><*>" END LC_MESSAGES LC_MONETARY -int_curr_symbol "<B><R><L><SP>" +int_curr_symbol "<B><R><C><SP>" currency_symbol "<R><DO>" mon_decimal_point "<,>" mon_thousands_sep "<.>" |