diff scripts/import_cldr.py @ 15:76985c08a339

Minor date formatting improvements.
author cmlenz
date Thu, 31 May 2007 14:20:04 +0000
parents b6c0de43fa40
children 7d37639a7411
line wrap: on
line diff
--- a/scripts/import_cldr.py
+++ b/scripts/import_cldr.py
@@ -24,8 +24,8 @@
 
 from babel import dates, numbers
 
-weekdays = {'mon': 1, 'tue': 2, 'wed': 3, 'thu': 4, 'fri': 5, 'sat': 6,
-            'sun': 7}
+weekdays = {'mon': 0, 'tue': 1, 'wed': 2, 'thu': 3, 'fri': 4, 'sat': 5,
+            'sun': 6}
 
 try:
     any
Copyright (C) 2012-2017 Edgewall Software