File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ Running the localize command:
7676
7777 $ python manage.py js localize -l fr
7878
79- will extract all localizable string from your ``.js `` files as usual and add those in your ``.hbs `` files.
79+ will extract all localizable strings from your ``.js `` files as usual and add those in your ``.hbs `` files.
8080
8181.. code-block :: console
8282
@@ -148,7 +148,7 @@ specifying the target directory for `Bower`_ downloads.
148148 ``launcher ``
149149------------
150150
151- The ``launcher `` command get the full path to a Django.js PhantomJS runner
151+ The ``launcher `` command returns the full path to a Django.js PhantomJS runner
152152(usefull if you need to execute it manually).
153153
154154.. code-block :: console
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ dirname
178178 is the application relative path to search into
179179
180180pattern
181- is a expressions to extract localizable strings (cane be a list of regular expressions).
181+ is a expressions to extract localizable strings (can be a list of regular expressions).
182182
183183
184184**Exemple: **
You can’t perform that action at this time.
0 commit comments