Skip to content

Commit 2159c14

Browse files
committed
Fix silly double header
1 parent d7abdd6 commit 2159c14

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/i18n.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,11 @@ will need to use :func:`~django.utils.translation.pgettext_lazy`.
243243

244244

245245
Administrative Tasks
246-
====================
246+
--------------------
247+
247248

248249
Updating Localization Files
249-
---------------------------
250+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
250251

251252
To update the translation source files (eg if you changed or added translatable
252253
strings in the templates or Python code) you should run ``python manage.py
@@ -261,7 +262,7 @@ crowd-sourced online translation tool.
261262
.. _i18n-compiling:
262263

263264
Compiling to MO
264-
---------------
265+
~~~~~~~~~~~~~~~
265266

266267
Gettext doesn't parse any text files, it reads a binary format for faster
267268
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.
280281

281282

282283
Transifex Integration
283-
---------------------
284+
~~~~~~~~~~~~~~~~~~~~~
284285

285286
To push updated translation source files to Transifex, run ``tx
286287
push -s`` (for English) or ``tx push -t <language>`` (for non-English).

0 commit comments

Comments
 (0)