Browse Source

pt-PT Portuguese

pt-PT Portuguese
283
rdymac 12 years ago
parent
commit
bdb471da33
  1. 1
      lib/i18n.py

1
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'),

Loading…
Cancel
Save