diff options
| author | Ben Menesini <sayhiben@users.noreply.github.com> | 2018-04-15 14:07:00 -0700 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-04-15 17:07:00 -0400 |
| commit | 1d5d4867f4870722b0188c71b4920aa58c8a047d (patch) | |
| tree | 95c9c9975f753d0cee97655ad1c15fb10c0c2892 /docs/topics | |
| parent | 9a56b4b13ed92d2d5bb00d6bdb905a73bc5f2f0a (diff) | |
Fixed typo in docs/topics/i18n/translation.txt.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/i18n/translation.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/i18n/translation.txt b/docs/topics/i18n/translation.txt index 090e7cc414..2b1179624f 100644 --- a/docs/topics/i18n/translation.txt +++ b/docs/topics/i18n/translation.txt @@ -235,7 +235,7 @@ sophisticated, but will produce incorrect results for some languages:: 'name': name } -Don't try to implement your own singular-or-plural logic, it won't be correct. +Don't try to implement your own singular-or-plural logic; it won't be correct. In a case like this, consider something like the following:: text = ngettext( |
