Skip to content
Snippets Groups Projects
Commit 425cad03 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Correct command for makemessages

parent d8e32569
Branches
No related tags found
No related merge requests found
...@@ -64,8 +64,8 @@ PLEASE NOTE: django-admin.py has been creating buggy information for plurals. Pl ...@@ -64,8 +64,8 @@ PLEASE NOTE: django-admin.py has been creating buggy information for plurals. Pl
If you have added new translation keywords, do this in each of the applications: If you have added new translation keywords, do this in each of the applications:
```bash ```bash
django-admin.py makemessages -a [LANGUAGE] $ ./manage.py makemessages -a [LANGUAGE]
django-admin.py makemessages -d djangojs -a [LANGUAGE] $ ./manage.py makemessages -d djangojs -a [LANGUAGE]
``` ```
Then recompile the translation files (see below) Then recompile the translation files (see below)
...@@ -74,5 +74,5 @@ Then recompile the translation files (see below) ...@@ -74,5 +74,5 @@ Then recompile the translation files (see below)
Entering each of the applications (/VIPSWeb, /forecasts, /messages), do: Entering each of the applications (/VIPSWeb, /forecasts, /messages), do:
``` ```
django-admin.py compilemessages $ ./manage.py compilemessages
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment