summaryrefslogtreecommitdiff
path: root/template.py
diff options
context:
space:
mode:
Diffstat (limited to 'template.py')
-rwxr-xr-xtemplate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/template.py b/template.py
index 005239d0..f0d37dad 100755
--- a/template.py
+++ b/template.py
@@ -30,7 +30,8 @@ langs_full = {"en": "English",
"it": "Italiano",
"es": "Español",
"de": "Deutsch",
- "ru": "Ру́сский язы́к"}
+ "ru": "Ру́сский язы́к",
+ "pt": "Português"}
for in_file in glob.glob("*.j2"):
name, ext = re.match(r"(.*)\.([^.]+)$", in_file.rstrip(".j2")).groups()