From a3931cbec9b380252d89fab3980a9dbb0b2f4152 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 12 Mar 2002 07:50:21 +0000 Subject: Update. 2002-03-07 Jakub Jelinek * time/tst-posixtz.c (tests): Add new tests. (main): Test whether tzset() sets daylight properly. 2002-03-06 Jakub Jelinek * time/tzset.c (tz_compute): Move __daylight, __tzname and __tzname_cur_max setting... (tzset_internal): ...here. 2002-03-06 Jakub Jelinek * time/tzset.c (compute_change): Don't return any value. (tz_compute): Likewise. Don't handle southern hemisphere here. (__tz_convert): But here. --- localedata/ChangeLog | 5 +++++ localedata/locales/vi_VN | 41 +++++++++++++++++++++++------------------ 2 files changed, 28 insertions(+), 18 deletions(-) (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 5dc66852b9..0809168191 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2002-03-11 Ulrich Drepper + + * locales/vi_VN: Fix various mistakes and add some more information. + Patch by Le Hong Boi . + 2002-02-28 Ulrich Drepper * tests-mbwc/dat_strfmon.c (tst_strfmon_loc): Adjust test data for diff --git a/localedata/locales/vi_VN b/localedata/locales/vi_VN index c6567dd820..2d97d3cb3f 100644 --- a/localedata/locales/vi_VN +++ b/localedata/locales/vi_VN @@ -4,6 +4,8 @@ escape_char / % Contributed by Kentaroh Noji and % Tetsuji Orita . +% Revised by Le Hong Boi + LC_IDENTIFICATION title "Vietnamese language locale for Vietnam" source "IBM Globalization Center of Competency, Yamato Software Laboratory" @@ -54,8 +56,8 @@ mon_thousands_sep "" mon_grouping 3 positive_sign "" negative_sign "" -int_frac_digits 4 -frac_digits 4 +int_frac_digits 2 +frac_digits 2 p_cs_precedes 0 p_sep_by_space 0 n_cs_precedes 1 @@ -82,24 +84,24 @@ LC_TIME % for IBM Class for Unicode/Java % % Abbreviated weekday names (%a) -abday "";/ +abday "";/ + "";/ "";/ "";/ "";/ "";/ - "";/ - "" + "" % % Full weekday names (%A) -day "";/ +day "/ +";/ + "";/ "";/ "";/ "";/ "";/ "/ -";/ - "/ -" +" % % Abbreviated month names (%b) abmon "";/ @@ -155,12 +157,12 @@ t_fmt "/ " % % Appropriate 12 h time representation (%r) -t_fmt_ampm "" +t_fmt_ampm "" % -% Appropriate date representation (date(1)) "%a %b %e %H:%M:%S %Z %Y" -date_fmt "/ -/ -" +% Appropriate date representation (date(1)) "%H:%M:%S %a %e %b %Y %Z" +date_fmt "/ +/ +" END LC_TIME @@ -186,10 +188,10 @@ LC_NAME name_fmt "/ " name_gen "" -name_mr "" -name_mrs "" -name_miss "" -name_ms "" +name_mr "" +name_mrs "" +name_miss "" +name_ms "" END LC_NAME @@ -199,6 +201,8 @@ LC_ADDRESS % LC_ADDRESS postal_fmt "/ " +country_name "" +lang_name "" END LC_ADDRESS @@ -209,6 +213,7 @@ LC_TELEPHONE tel_int_fmt "/ " int_prefix "" +int_select "" END LC_TELEPHONE -- cgit v1.2.3