Add Portuguese to README

This commit is contained in:
Christopher C. Wells 2021-09-16 18:53:46 -07:00
parent 699c573162
commit 956453b206
2 changed files with 4 additions and 2 deletions

View File

@ -430,6 +430,8 @@ create/update translations.
:it: Italian
:portugal: :brazil: Portuguese
:mexico: :es: Spanish
:sweden: Swedish

View File

@ -174,10 +174,10 @@ LANGUAGES = [
('fi', _('Finnish')),
('de', _('German')),
('it', _('Italian')),
('pt', _('Portuguese')),
('es', _('Spanish')),
('sv', _('Swedish')),
('tr', _('Turkish')),
('pt', _('Portuguese'))
('tr', _('Turkish'))
]