We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9dd5ce0 + 8799889 commit c3480f2Copy full SHA for c3480f2
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']
+languages = ['en', 'fr', 'es']
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