From bdb471da33e9b8449db8718d4b59770fc7e4cf84 Mon Sep 17 00:00:00 2001 From: rdymac <1rdymac@MacBook-Air-de-Randy.local> Date: Fri, 22 Nov 2013 13:45:03 +0100 Subject: [PATCH] pt-PT Portuguese pt-PT Portuguese --- lib/i18n.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/i18n.py b/lib/i18n.py index b1580184..463b636a 100644 --- a/lib/i18n.py +++ b/lib/i18n.py @@ -36,6 +36,7 @@ def set_language(x): languages = { '':_('Default'), + 'pt-PT':_('Portuguese'), 'pt-BR':_('Brasilian'), 'cs-CZ':_('Czech'), 'de-DE':_('German'),