Skip to content

Commit c3480f2

Browse files
authored
Merge pull request #112 from codeforIATI/add-es-codelists
Generate ES codelists in API
2 parents 9dd5ce0 + 8799889 commit c3480f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
VERSION = sys.argv[1]
1616
OUTPUTDIR = sys.argv[2]
1717

18-
languages = ['en', 'fr']
18+
languages = ['en', 'fr', 'es']
1919

2020
xml_lang = '{http://www.w3.org/XML/1998/namespace}lang'
2121
nsmap = {'xml': 'http://www.w3.org/XML/1998/namespace'}

0 commit comments

Comments
 (0)