Skip to content

Instantly share code, notes, and snippets.

@cheldernunes
Last active October 18, 2019 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cheldernunes/fea272ba0797a73fc490e734e0a032e8 to your computer and use it in GitHub Desktop.
Save cheldernunes/fea272ba0797a73fc490e734e0a032e8 to your computer and use it in GitHub Desktop.
internacionalization django
  • To update .po translate file run python manage.py makemessages -l=pt_BR;
  • Run python manage.py compilemessages to compile the translations (pt-br only);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment