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 236d72e commit a1fb66aCopy full SHA for a1fb66a
content/developer/howtos/translations.rst
@@ -178,8 +178,8 @@ Blocks
178
**Do** keep in one block, giving the full context to translators::
179
180
# good, allow to change position of the number in the translation
181
- _("You have %s invoices wainting") % len(invoices)
182
- _.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);
183
184
# good, full sentence is understandable
185
_("Reference of the document that generated " + \
0 commit comments