1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Changed some words to use inline markup.

This commit is contained in:
David Smith
2022-03-10 09:18:31 +00:00
committed by GitHub
parent b1005c0e40
commit 67b5f506a6
21 changed files with 43 additions and 50 deletions

View File

@@ -675,7 +675,7 @@ Internationalization
beginning and end of a line and merge all lines into one using a space
character to separate them. This is quite useful for indenting the content of
a ``{% blocktrans %}`` tag without having the indentation characters end up
in the corresponding entry in the PO file, which makes the translation
in the corresponding entry in the ``.po`` file, which makes the translation
process easier.
* When you run :djadmin:`makemessages` from the root directory of your project,
@@ -685,7 +685,7 @@ Internationalization
* The :djadmin:`makemessages` command now always adds the ``--previous``
command line flag to the ``msgmerge`` command, keeping previously translated
strings in po files for fuzzy strings.
strings in ``.po`` files for fuzzy strings.
* The following settings to adjust the language cookie options were introduced:
:setting:`LANGUAGE_COOKIE_AGE`, :setting:`LANGUAGE_COOKIE_DOMAIN`