-
Notifications
You must be signed in to change notification settings - Fork 1
Internationalization
Vililassi Ala-Tuuhonen edited this page Jun 7, 2016
·
1 revision
-
Generate messages from source files for fi language. The -i "env" ignores env folder.
django-admin.py makemessages -l fi -i "env"
-
Make translations using rosetta.
-
Generate the .po files.
django-admin.py compilemessages
Use the admin user interface.