Skip to content

Instantly share code, notes, and snippets.

@adrianomargarin
Last active March 1, 2020 21:21
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianomargarin/d02ff0c457a73615671d7455bb14cae2 to your computer and use it in GitHub Desktop.
Save adrianomargarin/d02ff0c457a73615671d7455bb14cae2 to your computer and use it in GitHub Desktop.
Heroku locale pt_BR
# 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