Last active
March 1, 2020 21:21
-
-
Save adrianomargarin/d02ff0c457a73615671d7455bb14cae2 to your computer and use it in GitHub Desktop.
Heroku locale pt_BR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Solução abaixo: | |
# https://elements.heroku.com/buildpacks/heroku/heroku-buildpack-locale | |
# No terminal: | |
$ heroku buildpacks:add https://github.com/heroku/heroku-buildpack-locale | |
# Criar um arquivo .locales somente com pt_BR | |
$ git add . | |
$ git commit -m"locale pt_BR" | |
$ git push heroku master --force | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment