python
Django Translation
Django Translation
# Update the .po file , exclude the venv file
django-admin makemessages -l tr -i venv
# Compile the messages
django-admin compilemessages
Was this helpful?
Similar Posts