diff --git a/reference/gettext/functions/dgettext.xml b/reference/gettext/functions/dgettext.xml index cb33e5b0a..e4ed4d66c 100644 --- a/reference/gettext/functions/dgettext.xml +++ b/reference/gettext/functions/dgettext.xml @@ -1,5 +1,5 @@ - + dgettext @@ -15,7 +15,7 @@ A função dgettext permite substituir - o domain atual para uma única pesquisa de mensagem. + o domínio atual informado em domain para uma única pesquisa de mensagem. @@ -50,6 +50,37 @@ + + &reftitle.errors; + + Lança um ValueError se domain + for uma string vazia. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Agora lança um ValueError se domain + for uma string vazia. + + + + + + + &reftitle.seealso; diff --git a/reference/gettext/functions/dngettext.xml b/reference/gettext/functions/dngettext.xml index fcea3eb1e..aa5860272 100644 --- a/reference/gettext/functions/dngettext.xml +++ b/reference/gettext/functions/dngettext.xml @@ -1,5 +1,5 @@ - + dngettext @@ -17,7 +17,7 @@ A função dngettext permite substituir - o domain atual para uma única consulta de mensagem no plural. + o domínio atual informado em domain para uma única consulta de mensagem no plural. @@ -65,6 +65,37 @@ + + &reftitle.errors; + + Lança um ValueError se domain + for uma string vazia. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Agora lança um ValueError se domain + for uma string vazia. + + + + + + + &reftitle.seealso; diff --git a/reference/gettext/functions/textdomain.xml b/reference/gettext/functions/textdomain.xml index 763c33164..8c23a2154 100644 --- a/reference/gettext/functions/textdomain.xml +++ b/reference/gettext/functions/textdomain.xml @@ -1,5 +1,5 @@ - + @@ -44,6 +44,37 @@ + + &reftitle.errors; + + Lança um ValueError se domain + for uma string vazia. + + + + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 8.4.0 + + Agora lança um ValueError se domain + for uma string vazia. + + + + + + + &reftitle.notes;