diff options
| author | Camilo Nova <camilo.nova@gmail.com> | 2021-02-25 14:48:32 -0500 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-02-25 20:49:53 +0100 |
| commit | 1c10a6cbceb95d7e065f0c3d0421219140be37a6 (patch) | |
| tree | 7e59d7e5a8d4f6a308e3533f308537d019f2f777 /docs | |
| parent | 904a889ccc34e8957f6659dd9ff0668f643be2b8 (diff) | |
[3.2.x] Fixed indentation in docs/topics/i18n/translation.txt.
Backport of f6f430d3ff9ca254826e9fcaa968ba02018c6c83 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 1819359725..199c82f833 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -2040,8 +2040,8 @@ Notes: set :setting:`LANGUAGES` to a list of languages. For example:: LANGUAGES = [ - ('de', _('German')), - ('en', _('English')), + ('de', _('German')), + ('en', _('English')), ] This example restricts languages that are available for automatic |
