diff scripts/import_cldr.py @ 17:aa33ad077d24

Minor date formatting improvements.
author cmlenz
date Thu, 31 May 2007 14:20:04 +0000
parents b47c34d42eda
children 6c2c9fc7d787
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