We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b0777 commit 81418faCopy full SHA for 81418fa
content/developer/howtos/translations.rst
@@ -176,8 +176,8 @@ Blocks
176
**Do** keep in one block, giving the full context to translators::
177
178
# good, allow to change position of the number in the translation
179
- _("You have %s invoices wainting") % len(invoices)
180
- _.str.sprintf(_t("You have %s invoices wainting"), invoices.length);
+ _("You have %s invoices waiting") % len(invoices)
+ _.str.sprintf(_t("You have %s invoices waiting"), invoices.length);
181
182
# good, full sentence is understandable
183
_("Reference of the document that generated " + \
0 commit comments