From 54bf215c6f6811161275654518161b6bd5b8e325 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Wed, 24 Mar 2010 15:50:02 -0700 Subject: [PATCH] Change first_weekday and first_workday in et_EE locale --- localedata/ChangeLog | 6 ++++++ localedata/locales/et_EE | 18 +++++++++--------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 4da53bc..da271f9 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,9 @@ +2010-03-24 Ulrich Drepper + + [BZ #10554] + * locales/et_EE: Change first_weekday and first_workday. + Patch by Priit Laes . + 2010-02-16 Paul Pluzhnikov * Makefile: Add missing gconv-modules dependency. diff --git a/localedata/locales/et_EE b/localedata/locales/et_EE index efec335..33d3110 100644 --- a/localedata/locales/et_EE +++ b/localedata/locales/et_EE @@ -209,7 +209,7 @@ collating-symbol % letter;accent;case;specials order_start forward;backward/ - ;forward;position + ;forward;position % or letters first: @@ -2197,8 +2197,8 @@ date_fmt "/ / " week 7;19971130;4 -first_weekday 1 -first_workday 1 +first_weekday 2 +first_workday 2 END LC_TIME LC_MESSAGES @@ -2232,12 +2232,12 @@ END LC_NAME LC_ADDRESS postal_fmt "/ - / - / - / - / - / - " + / + / + / + / + / + " country_name "" country_post "" country_ab2 "" -- 2.7.4