544eec372a
This package aims to provide a central list of the country, language, and currency names and their translations. The data comes from ISO standards 639 (language names), 3166 (country names), and 4217 (currency). The translations are from the Translation Project. The data is provided in tabular files as well as XML.
10 lines
278 B
Plaintext
10 lines
278 B
Plaintext
$OpenBSD: patch-iso2pot_py,v 1.1.1.1 2007/01/08 15:20:12 robert Exp $
|
|
--- iso2pot.py.orig Mon Jan 8 15:41:53 2007
|
|
+++ iso2pot.py Mon Jan 8 15:41:55 2007
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python2.4
|
|
#
|
|
# Read iso-codes data file and output a .pot file
|
|
#
|