File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -243,10 +243,11 @@ will need to use :func:`~django.utils.translation.pgettext_lazy`.
243
243
244
244
245
245
Administrative Tasks
246
- ====================
246
+ --------------------
247
+
247
248
248
249
Updating Localization Files
249
- ---------------------------
250
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
250
251
251
252
To update the translation source files (eg if you changed or added translatable
252
253
strings in the templates or Python code) you should run ``python manage.py
@@ -261,7 +262,7 @@ crowd-sourced online translation tool.
261
262
.. _i18n-compiling :
262
263
263
264
Compiling to MO
264
- ---------------
265
+ ~~~~~~~~~~~~~~~
265
266
266
267
Gettext doesn't parse any text files, it reads a binary format for faster
267
268
performance. To compile the latest PO files in the repository, Django provides
@@ -280,7 +281,7 @@ make sure you don't forcibly add them to the repository.
280
281
281
282
282
283
Transifex Integration
283
- ---------------------
284
+ ~~~~~~~~~~~~~~~~~~~~~
284
285
285
286
To push updated translation source files to Transifex, run ``tx
286
287
push -s `` (for English) or ``tx push -t <language> `` (for non-English).
You can’t perform that action at this time.
0 commit comments