Skip to content

Commit

Permalink
(BUG) TypeError: Only timezones from the pytz library are supported +…
Browse files Browse the repository at this point in the history
… Added Brazilian Portuguese Support (#403)

* (bug) Add tzlocal requirement

* Addition of pt_BR language support (first version)
  • Loading branch information
cmotadev committed Oct 5, 2021
1 parent 61c5fdf commit b48ec35
Show file tree
Hide file tree
Showing 3 changed files with 615 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GeoHealthCheck/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@
('de', 'German'),
('nl_NL', 'Nederlands (Nederland)'),
('es_BO', 'Español (Bolivia)'),
('hr_HR', 'Croatian (Croatia)')
('hr_HR', 'Croatian (Croatia)'),
('pt_BR', 'Portuguese (Brazil)')
)

# Should GHC Runner be run within GHC webapp?
Expand Down

0 comments on commit b48ec35

Please sign in to comment.