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:
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user