From 854b155ca59d09b13c996d8a2fe47eb6d6908712 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CDallas=E2=80=9D?= Date: Thu, 24 Jul 2025 14:02:49 +0000 Subject: [PATCH] [FIX] developer: translating modules typo closes odoo/documentation#14154 X-original-commit: bd2af5aa51d1ec481c347476397206abb4e34bfd Signed-off-by: Dallas Dean (dade) --- content/developer/howtos/translations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/howtos/translations.rst b/content/developer/howtos/translations.rst index 572c97778..0544ab66e 100644 --- a/content/developer/howtos/translations.rst +++ b/content/developer/howtos/translations.rst @@ -144,7 +144,7 @@ functions or python comprehensions. Lazy translations are bound to the module during their creation and the language is resolved when evaluating using ``str()``. -Note that you can also pass a lazy translation to ``Envionrment._`` +Note that you can also pass a lazy translation to ``Environment._`` to translate it without any magic language resolution. Variables