Browse Source

Update languages.py

Include pt LANGUAGE
pull/468/head
nunojeronimo 7 years ago committed by GitHub
parent
commit
90fcdf0465
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/i18n/helpers/languages.py

1
src/i18n/helpers/languages.py

@ -13,6 +13,7 @@ LANGUAGES = { @@ -13,6 +13,7 @@ LANGUAGES = {
"ru": "Русский",
"es": "Español",
"it": "Italiano",
"pt": "Português"
}
import json

Loading…
Cancel
Save