We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3480f2 commit 7174e69Copy full SHA for 7174e69
1 file changed
src/gen.py
@@ -15,7 +15,7 @@
15
VERSION = sys.argv[1]
16
OUTPUTDIR = sys.argv[2]
17
18
-languages = ['en', 'fr', 'es']
+languages = ['en', 'fr', 'es', 'pt']
19
20
xml_lang = '{http://www.w3.org/XML/1998/namespace}lang'
21
nsmap = {'xml': 'http://www.w3.org/XML/1998/namespace'}
0 commit comments