comparison scripts/dump_data.py @ 8:29f6f9a90f14 trunk

Pull in some supplemental data from the CLDR, for things like the first day of the week.
author cmlenz
date Wed, 30 May 2007 17:39:43 +0000
parents
children 75a64f5a176e
comparison
equal deleted inserted replaced
7:8a4d95cb6a6e 8:29f6f9a90f14
1 #!/usr/bin/env python
2 # -*- coding: utf-8 -*-
3 #
4 # Copyright (C) 2007 Edgewall Software
5 # All rights reserved.
6 #
7 # This software is licensed as described in the file COPYING, which
8 # you should have received as part of this distribution. The terms
9 # are also available at http://babel.edgewall.org/wiki/License.
10 #
11 # This software consists of voluntary contributions made by many
12 # individuals. For the exact contribution history, see the revision
13 # history and logs, available at http://babel.edgewall.org/log/.
14
15 from pprint import pprint
16 import sys
17 from babel import Locale
18
19 locale = Locale(sys.argv[1])
20 pprint(locale._data)
Copyright (C) 2012-2017 Edgewall Software