Skip to content

Commit a572004

Browse files
authored
Merge pull request #113 from codeforIATI/add-pt-codelists
Add Portuguese codelists
2 parents c3480f2 + 7174e69 commit a572004

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', 'es']
18+
languages = ['en', 'fr', 'es', 'pt']
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)