From 2e0e1a0512c9886222dc32e1a791a7f6b5b69f68 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 22 Aug 2007 07:14:16 +0000 Subject: [PATCH] [BZ #4566] * string/strtok.c: Fix typo in comment. --- ChangeLog | 3 + localedata/ChangeLog | 4 ++ localedata/SUPPORTED | 1 + localedata/locales/wo_SN | 180 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 188 insertions(+) create mode 100644 localedata/locales/wo_SN diff --git a/ChangeLog b/ChangeLog index 77af3ec1f4..3436b76f64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-08-21 Ulrich Drepper + [BZ #4566] + * string/strtok.c: Fix typo in comment. + [BZ #4582] * debug/segfault.c: Fix typos in comments. diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 63114d30fa..e92fc44c5e 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2007-08-22 Ulrich Drepper + [BZ #4554] + * locales/wo_SN: New file. + * SUPPORTED: Add wo_SN entry. + [BZ #4557] * locales/as_IN: Change to . diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 0389645836..9e29346413 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -362,6 +362,7 @@ vi_VN/UTF-8 \ wa_BE/ISO-8859-1 \ wa_BE@euro/ISO-8859-15 \ wa_BE.UTF-8/UTF-8 \ +wo_SN/UTF-8 \ xh_ZA.UTF-8/UTF-8 \ xh_ZA/ISO-8859-1 \ yi_US.UTF-8/UTF-8 \ diff --git a/localedata/locales/wo_SN b/localedata/locales/wo_SN new file mode 100644 index 0000000000..ac4e917e3c --- /dev/null +++ b/localedata/locales/wo_SN @@ -0,0 +1,180 @@ +comment_char % +escape_char / +% +% Wolof locale for Senegal +% Source: The Debian Project +% Contact: Christian Perrier/Samba Ndao Diop +% Email: bubulle@debian.org/samba.ndao.diop@tiscali.fr +% Tel: +33 - 130699222 +% Language: wo +% Territory: SN +% Revision: 1.0 +% Date: 2004-09-15 +% Users: general +% Charset: UTF-8 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "Wolof locale for Senegal" +source "The Debian Project" +address "" +contact "Christian Perrier" +email "bubulle@debian.org" +tel "" +fax "" +language "Wolof" +territory "Senegal" +revision "1.0" +date "2004-09-08" +% +category "mg_MG:2000";LC_IDENTIFICATION +category "mg_MG:2000";LC_CTYPE +category "mg_MG:2000";LC_COLLATE +category "mg_MG:2000";LC_TIME +category "mg_MG:2000";LC_NUMERIC +category "mg_MG:2000";LC_MONETARY +category "mg_MG:2000";LC_MESSAGES +category "mg_MG:2000";LC_PAPER +category "mg_MG:2000";LC_NAME +category "mg_MG:2000";LC_ADDRESS +category "mg_MG:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" + +translit_start + +% Accents are simply omitted if they cannot be represented. +include "translit_combining";"" + +translit_end + +END LC_CTYPE + +LC_COLLATE +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" +END LC_COLLATE + +LC_MESSAGES +% Yes=Waaw +% No=Déet +yesexpr "" +noexpr "" +END LC_MESSAGES + +LC_MONETARY +int_curr_symbol "" +currency_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3;3 +positive_sign "" +negative_sign "" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 0 +p_sep_by_space 1 +n_cs_precedes 0 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 0;0 +END LC_NUMERIC + +LC_TIME +% dib'eer (dib), altine (alt), talaata (tal), allarba (all), alxames (alx), +% ajjuma (ajj), gaawu (gaa) +% Sunday, Monday.... +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Sanwiy'e, feebriy'e, mars, awril, me, suwen, sulet, uut, septaambar, +% oktoobar, nowaambar, desaambar. +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% %a %d %b %Y %T %Z +d_t_fmt "" +% %d.%m.%Y +d_fmt "" +% %T +t_fmt "" +am_pm "";"" +t_fmt_ampm "" +% %a %b %e %H:%M:%S %Z %Y +date_fmt "/ +/ +" +END LC_TIME + +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +% +%C %a %l +tel_int_fmt "/ +" +% %a %l +tel_dom_fmt "" +% 221 +int_prefix "" +% 00 +int_select "" +END LC_TELEPHONE + +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +LC_NAME +% %d%t%g%t%m%t%f +name_fmt "/ +" +END LC_NAME + +LC_ADDRESS +% %f%N%a%N%d%N%b%N%s %h %e %r%N%%z %T%N%c%N +postal_fmt "/ +/ +/ +/ +" +country_ab2 "" +country_ab3 "" +country_num 450 +END LC_ADDRESS + -- 2.11.4.GIT