diff --git a/doc/classes/Translation.xml b/doc/classes/Translation.xml
index cc63247266f..2d365b32a87 100644
--- a/doc/classes/Translation.xml
+++ b/doc/classes/Translation.xml
@@ -8,6 +8,7 @@
$DOCS_URL/tutorials/i18n/internationalizing_games.html
+ $DOCS_URL/tutorials/i18n/localization_using_gettext.html
$DOCS_URL/tutorials/i18n/locales.html
@@ -47,6 +48,7 @@
Adds a message involving plural translation if nonexistent, followed by its translation.
An additional context could be used to specify the translation context or differentiate polysemic words.
+ [b]Note:[/b] Plurals are only supported in [url=$DOCS_URL/tutorials/i18n/localization_using_gettext.html]gettext-based translations (PO)[/url], not CSV.
@@ -86,6 +88,7 @@
Returns a message's translation involving plurals.
The number [param n] is the number or quantity of the plural object. It will be used to guide the translation system to fetch the correct plural form for the selected language.
+ [b]Note:[/b] Plurals are only supported in [url=$DOCS_URL/tutorials/i18n/localization_using_gettext.html]gettext-based translations (PO)[/url], not CSV.