Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tools/locale-builder/ChangeLog')
-rw-r--r--tools/locale-builder/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/locale-builder/ChangeLog b/tools/locale-builder/ChangeLog
index bbe196359bb..1acdafabfab 100644
--- a/tools/locale-builder/ChangeLog
+++ b/tools/locale-builder/ChangeLog
@@ -1,3 +1,23 @@
+2010-01-06 Atsushi Enomoto <atsushi@ximian.com>
+
+ * Driver.cs : support FirstDayOfWeek. Fixed bug #567944.
+ Patch by Jose Antonio Sanchez Lazaro.
+
+2009-12-18 Dimitar Dobrev <dpldobrev@yahoo.com>
+
+ * langs/ka.xml: added a file with the settings of the neutral
+ Georgian culture
+ * locales/ka-GE.xml: added a file with the settings of the
+ specific Georgian culture
+ * supp/ka-GE.xml: added a file with the date and time formats
+ of the Georgian culture
+ * lcids.xml: added entries for the neutral and specific
+ Georgian culture
+ * Makefile.am: included supp/ka-GE.xml in the build and dist the new
+ we're not downloading from primates.ximian.com.
+
+ [Fixes bug 564910].
+
2009-11-05 Rolf Bjarne Kvinge <RKvinge@novell.com>
* Driver.cs: Generate locale data for neutral cultures too. Moonlight