We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3480f2 + 7174e69 commit a572004Copy full SHA for a572004
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