mirror of https://github.com/snachodog/mybuddy.git
Add Portuguese to README
This commit is contained in:
parent
699c573162
commit
956453b206
|
@ -430,6 +430,8 @@ create/update translations.
|
|||
|
||||
:it: Italian
|
||||
|
||||
:portugal: :brazil: Portuguese
|
||||
|
||||
:mexico: :es: Spanish
|
||||
|
||||
:sweden: Swedish
|
||||
|
|
|
@ -174,10 +174,10 @@ LANGUAGES = [
|
|||
('fi', _('Finnish')),
|
||||
('de', _('German')),
|
||||
('it', _('Italian')),
|
||||
('pt', _('Portuguese')),
|
||||
('es', _('Spanish')),
|
||||
('sv', _('Swedish')),
|
||||
('tr', _('Turkish')),
|
||||
('pt', _('Portuguese'))
|
||||
('tr', _('Turkish'))
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue