mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 09:49:17 +07:00
[FIX] howtos/translations: fix typo in "wainting"
closes odoo/documentation#14638
X-original-commit: a1a8ca93f3
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
@@ -176,8 +176,8 @@ Blocks
|
||||
**Do** keep in one block, giving the full context to translators::
|
||||
|
||||
# good, allow to change position of the number in the translation
|
||||
_("You have %s invoices wainting") % len(invoices)
|
||||
_.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);
|
||||
|
||||
# good, full sentence is understandable
|
||||
_("Reference of the document that generated " + \
|
||||
|
||||
Reference in New Issue
Block a user