diff --git a/reference/gettext/functions/bind-textdomain-codeset.xml b/reference/gettext/functions/bind-textdomain-codeset.xml index 997114e5355b..34dbdf1437f9 100644 --- a/reference/gettext/functions/bind-textdomain-codeset.xml +++ b/reference/gettext/functions/bind-textdomain-codeset.xml @@ -52,6 +52,14 @@ + + &reftitle.errors; + + Throws a ValueError if domain + is the empty string. + + + &reftitle.changelog; @@ -63,6 +71,13 @@ + + 8.4.0 + + Now throws a ValueError if domain + is the empty string. + + 8.0.3 diff --git a/reference/gettext/functions/dgettext.xml b/reference/gettext/functions/dgettext.xml index 0d12c163df00..b2706d742b0f 100644 --- a/reference/gettext/functions/dgettext.xml +++ b/reference/gettext/functions/dgettext.xml @@ -49,7 +49,38 @@ A string on success. - + + + &reftitle.errors; + + Throws a ValueError if domain + is the empty string. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Now throws a ValueError if domain + is the empty string. + + + + + + + &reftitle.seealso; diff --git a/reference/gettext/functions/dngettext.xml b/reference/gettext/functions/dngettext.xml index 6e951d66551e..6e713a1d6a6c 100644 --- a/reference/gettext/functions/dngettext.xml +++ b/reference/gettext/functions/dngettext.xml @@ -65,6 +65,37 @@ + + &reftitle.errors; + + Throws a ValueError if domain + is the empty string. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Now throws a ValueError if domain + is the empty string. + + + + + + + &reftitle.seealso; diff --git a/reference/gettext/functions/textdomain.xml b/reference/gettext/functions/textdomain.xml index f367cb06c87b..959967bde78c 100644 --- a/reference/gettext/functions/textdomain.xml +++ b/reference/gettext/functions/textdomain.xml @@ -44,6 +44,37 @@ + + &reftitle.errors; + + Throws a ValueError if domain + is the empty string. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Now throws a ValueError if domain + is the empty string. + + + + + + + &reftitle.notes;