diff options
| author | Camilo Nova <camilo.nova@gmail.com> | 2021-02-25 14:48:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-25 20:48:32 +0100 |
| commit | f6f430d3ff9ca254826e9fcaa968ba02018c6c83 (patch) | |
| tree | ae57cdac7791b7b027ae4f96941c9c02f3825972 /docs | |
| parent | e0f82d7992ad7085dcf4ed096a6ad2e3ad89eaae (diff) | |
Fixed indentation in docs/topics/i18n/translation.txt.
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 8229e8ffcb..6bf10361f0 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -2020,8 +2020,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 |
