You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a message involving plural translation if nonexistent, followed by its translation.
49
50
An additional context could be used to specify the translation context or differentiate polysemic words.
51
+
[b]Note:[/b] Plurals are only supported in [url=$DOCS_URL/tutorials/i18n/localization_using_gettext.html]gettext-based translations (PO)[/url], not CSV.
50
52
</description>
51
53
</method>
52
54
<methodname="erase_message">
@@ -86,6 +88,7 @@
86
88
<description>
87
89
Returns a message's translation involving plurals.
88
90
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.
91
+
[b]Note:[/b] Plurals are only supported in [url=$DOCS_URL/tutorials/i18n/localization_using_gettext.html]gettext-based translations (PO)[/url], not CSV.
0 commit comments