From 961d4a2eb2038950aae5d302f3d8e2d886c63e40 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 29 Dec 2001 01:02:17 +0000 Subject: Update. 2001-12-19 Martin Schwidefsky * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ... * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here, remove high order bit from the program counter. * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here. 2001-12-19 Martin Schwidefsky * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove unnecessary code and add missing reloc types. * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty case for reloc type R_390_NONE. --- localedata/ChangeLog | 5 ++ localedata/locales/bn_BD | 179 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 184 insertions(+) create mode 100644 localedata/locales/bn_BD (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index d0c93fc623..207f5762d8 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2001-12-28 Ulrich Drepper + + * locales/bn_BD: New file. + Contributed by Taneem Ahmed . + 2001-12-11 Ulrich Drepper * SUPPORTED (SUPPORTED-LOCALES): Add vi_VN.TCVN. diff --git a/localedata/locales/bn_BD b/localedata/locales/bn_BD new file mode 100644 index 0000000000..fd0ae2c291 --- /dev/null +++ b/localedata/locales/bn_BD @@ -0,0 +1,179 @@ +escape_char / +comment_char % + +% This is the locale defination file for Bangladeshi Bengali + +LC_IDENTIFICATION +title "Bengali language locale for Bangladesh" +source "Bangladesh Linux User Group http://www.bdlug.org" +address "Dhaka, Bangladesh" +contact "Taneem Ahmed" +email "taneem@poribar.org" +tel "" +fax "" +language "Bengali" +territory "BD" +revision "0.1" +date "2001-11-01" + +category bn_BD:2001;LC_IDENTIFICATION +category bn_BD:2001;LC_COLLATE +category bn_BD:2001;LC_CTYPE +category bn_BD:2001;LC_MESSAGES +category bn_BD:2001;LC_MONETARY +category bn_BD:2001;LC_NUMERIC +category bn_BD:2001;LC_TIME +category bn_BD:2001;LC_PAPER +category bn_BD:2001;LC_MEASUREMENT +category bn_BD:2001;LC_TELEPHONE +category bn_BD:2001;LC_ADDRESS +category bn_BD:2001;LC_NAME + +END LC_IDENTIFICATION + +LC_COLLATE +% TODO: Bengali sorting should be added +copy "iso14651_t1" +END LC_COLLATE + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_MONETARY +%this is the rupee sign +currency_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 1 +p_sep_by_space 1 +n_cs_precedes 1 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +abday ""; / + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +%jan feb mar apr may jun jul aug sep oct nov dec +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +am_pm "";"" +d_t_fmt "" +d_fmt "" +t_fmt "" +t_fmt_ampm "" +END LC_TIME + +LC_MESSAGES +yesexpr "" +noexpr "" +yesstr "" +nostr "" +END LC_MESSAGES + +LC_MESSAGES +yesstr "" +nostr "" +yesexpr "" +noexpr "" +END LC_MESSAGES + +% Metric Measurement system (ISO 1000) +LC_MEASUREMENT +measurement 1 +END LC_MEASUREMENT + +% Default paper: A4 +LC_PAPER +height 297 +width 210 +END LC_PAPER + +LC_TELEPHONE +tel_int_fmt "" +tel_dom_fmt "" +int_select "" +int_prefix "" +END LC_TELEPHONE + +LC_NAME +% [profession] Given_Name [middle_name] Family_Name +name_fmt "" +name_gen "" +%jonab +name_mr "" +%jonaba +name_mrs "" +name_ms "" +name_miss "" +END LC_NAME + + +LC_ADDRESS +postal_fmt "" +country_name "" +country_ab2 "BD" +lang_ab "bn" +%lang_ab3_term "ben" +lang_name "" +% todo +%country_post "" +%country_num "" +%country_car "" +%country_isbn "" +%lang_term "" +%lang_lib "" +END LC_ADDRESS -- cgit 1.4.1