From d17af6b501e3b9dd3b4d77c0b9b2f663f519f5cf Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Wed, 10 Oct 2007 20:46:54 +0000 Subject: [PATCH] * locales/en_US: Add first_weekday and first_workday. * locales/cs_CZ: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/hu_HU: Likewise. * locales/i18n: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise. 2007-10-10 Jakub Jelinek * locales/en_US: Add first_weekday and first_workday. * locales/cs_CZ: Likewise. * locales/fur_IT: Likewise. * locales/fy_DE: Likewise. * locales/hu_HU: Likewise. * locales/i18n: Likewise. * locales/li_BE: Likewise. * locales/li_NL: Likewise. * locales/nds_DE: Likewise. * locales/nds_NL: Likewise. * locales/pl_PL: Likewise. * locales/sc_IT: Likewise. * locales/sk_SK: Likewise. --- localedata/ChangeLog | 16 ++++++++++++++++ localedata/locales/cs_CZ | 2 ++ localedata/locales/en_US | 2 ++ localedata/locales/fur_IT | 2 ++ localedata/locales/fy_DE | 2 ++ localedata/locales/hu_HU | 2 ++ localedata/locales/i18n | 2 ++ localedata/locales/li_BE | 2 ++ localedata/locales/li_NL | 2 ++ localedata/locales/nds_DE | 2 ++ localedata/locales/nds_NL | 2 ++ localedata/locales/pl_PL | 2 ++ localedata/locales/sc_IT | 2 ++ localedata/locales/sk_SK | 2 ++ 14 files changed, 42 insertions(+) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 21cfe8e..a14908d 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,19 @@ +2007-10-10 Jakub Jelinek + + * locales/en_US: Add first_weekday and first_workday. + * locales/cs_CZ: Likewise. + * locales/fur_IT: Likewise. + * locales/fy_DE: Likewise. + * locales/hu_HU: Likewise. + * locales/i18n: Likewise. + * locales/li_BE: Likewise. + * locales/li_NL: Likewise. + * locales/nds_DE: Likewise. + * locales/nds_NL: Likewise. + * locales/pl_PL: Likewise. + * locales/sc_IT: Likewise. + * locales/sk_SK: Likewise. + 2007-10-09 Ulrich Drepper * locales/de_DE: Set first week day to Monday. diff --git a/localedata/locales/cs_CZ b/localedata/locales/cs_CZ index 059776a..cb23231 100644 --- a/localedata/locales/cs_CZ +++ b/localedata/locales/cs_CZ @@ -2439,6 +2439,8 @@ abmon "";/ % "" week 7;19971201;4 +first_weekday 1 +first_workday 1 d_t_fmt "" diff --git a/localedata/locales/en_US b/localedata/locales/en_US index 1a97aa7..38425e8 100644 --- a/localedata/locales/en_US +++ b/localedata/locales/en_US @@ -82,6 +82,8 @@ day "";/ "" week 7;19971130;7 +first_weekday 1 +first_workday 2 abmon "";"";/ "";"";/ "";"";/ diff --git a/localedata/locales/fur_IT b/localedata/locales/fur_IT index f9c4bd3..35da38c 100644 --- a/localedata/locales/fur_IT +++ b/localedata/locales/fur_IT @@ -111,6 +111,8 @@ date_fmt "/ / " week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME LC_PAPER diff --git a/localedata/locales/fy_DE b/localedata/locales/fy_DE index ec37f2f..cad33aa 100644 --- a/localedata/locales/fy_DE +++ b/localedata/locales/fy_DE @@ -128,4 +128,6 @@ t_fmt "" am_pm "";"" t_fmt_ampm "" week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME diff --git a/localedata/locales/hu_HU b/localedata/locales/hu_HU index ce878e9..95be95b 100644 --- a/localedata/locales/hu_HU +++ b/localedata/locales/hu_HU @@ -521,6 +521,8 @@ t_fmt_ampm "" date_fmt "/ " week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME LC_PAPER diff --git a/localedata/locales/i18n b/localedata/locales/i18n index ce16afb..93ffe90 100644 --- a/localedata/locales/i18n +++ b/localedata/locales/i18n @@ -1943,6 +1943,8 @@ LC_TIME abday "";"";"";"";"";"";"" day "";"";"";"";"";"";"" week 7;19971201;4 +first_weekday 1 +first_workday 1 abmon "";"";"";"";/ "";"";"";"";/ "";"";"";"" diff --git a/localedata/locales/li_BE b/localedata/locales/li_BE index 7de9917..f0a6fc1 100644 --- a/localedata/locales/li_BE +++ b/localedata/locales/li_BE @@ -127,4 +127,6 @@ t_fmt "" am_pm "";"" t_fmt_ampm "" week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME diff --git a/localedata/locales/li_NL b/localedata/locales/li_NL index 016e283..3f4d021 100644 --- a/localedata/locales/li_NL +++ b/localedata/locales/li_NL @@ -128,4 +128,6 @@ t_fmt "" am_pm "";"" t_fmt_ampm "" week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME diff --git a/localedata/locales/nds_DE b/localedata/locales/nds_DE index 179f052..10310cf 100644 --- a/localedata/locales/nds_DE +++ b/localedata/locales/nds_DE @@ -126,4 +126,6 @@ t_fmt "" am_pm "";"" t_fmt_ampm "" week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME diff --git a/localedata/locales/nds_NL b/localedata/locales/nds_NL index aaccb68..54792ca 100644 --- a/localedata/locales/nds_NL +++ b/localedata/locales/nds_NL @@ -125,4 +125,6 @@ t_fmt "" am_pm "";"" t_fmt_ampm "" week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index 213284f..2f17b36 100644 --- a/localedata/locales/pl_PL +++ b/localedata/locales/pl_PL @@ -2199,6 +2199,8 @@ date_fmt "/ / " week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME LC_PAPER diff --git a/localedata/locales/sc_IT b/localedata/locales/sc_IT index dd38cac..0309d56 100644 --- a/localedata/locales/sc_IT +++ b/localedata/locales/sc_IT @@ -111,6 +111,8 @@ date_fmt "/ / " week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME LC_PAPER diff --git a/localedata/locales/sk_SK b/localedata/locales/sk_SK index afcca128..57e8327 100644 --- a/localedata/locales/sk_SK +++ b/localedata/locales/sk_SK @@ -184,6 +184,8 @@ date_fmt "/ " week 7;19971201;4 +first_weekday 1 +first_workday 1 END LC_TIME -- 2.7.4