From 27bcd990946426209ad740b8207e141abce1067b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Mon, 5 Feb 2018 15:02:57 +0100 Subject: adding portuguese --- template.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'template.py') 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() -- cgit v1.2.3