Skip to content

Commit

Permalink
gettext sync with EN (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
devnexen authored Nov 14, 2024
1 parent aeae408 commit e62416e
Show file tree
Hide file tree
Showing 4 changed files with 136 additions and 28 deletions.
17 changes: 16 additions & 1 deletion reference/gettext/functions/bind-textdomain-codeset.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 59e6c121147bd1b203f02a15c8a067c964ae4e99 Maintainer: yannick Status: ready -->
<!-- EN-Revision: a4fd6e61bdde94db011541268e6ff2738ac1ab9f Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.bind-textdomain-codeset" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -54,6 +54,14 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Lève une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
Expand All @@ -65,6 +73,13 @@
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lève désormais une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</entry>
</row>
<row>
<entry>8.0.3</entry>
<entry>
Expand Down
81 changes: 56 additions & 25 deletions reference/gettext/functions/dgettext.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 96c9d88bad9a7d7d44bfb7f26c226df7ee9ddf26 Maintainer: yannick Status: ready -->
<!-- EN-Revision: a4fd6e61bdde94db011541268e6ff2738ac1ab9f Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->

<refentry xml:id="function.dgettext" xmlns="http://docbook.org/ns/docbook">
Expand Down Expand Up @@ -54,31 +54,62 @@
</para>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>gettext</function></member>
</simplelist>
</para>
</refsect1>
</refentry>
<refsect1 role="errors">
&reftitle.errors;
<simpara>
Lève une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lève désormais une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function>gettext</function></member>
</simplelist>
</para>
</refsect1>
</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"~/.phpdoc/manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
Expand Down
33 changes: 32 additions & 1 deletion reference/gettext/functions/dngettext.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: ad2b7b45a27512d0e381b79641fecf6c713c4fb4 Maintainer: yannick Status: ready -->
<!-- EN-Revision: a4fd6e61bdde94db011541268e6ff2738ac1ab9f Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.dngettext" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -68,6 +68,37 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Lève une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lève désormais une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand Down
33 changes: 32 additions & 1 deletion reference/gettext/functions/textdomain.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 59e6c121147bd1b203f02a15c8a067c964ae4e99 Maintainer: yannick Status: ready -->
<!-- EN-Revision: a4fd6e61bdde94db011541268e6ff2738ac1ab9f Maintainer: yannick Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="function.textdomain" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
Expand Down Expand Up @@ -45,6 +45,37 @@
</para>
</refsect1>

<refsect1 role="errors">
&reftitle.errors;
<simpara>
Lève une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</simpara>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
Lève désormais une <exceptionname>ValueError</exceptionname> si <parameter>domain</parameter>
est une <type>chaîne</type> vide.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="notes">
&reftitle.notes;
<note>
Expand Down

0 comments on commit e62416e

Please sign in to comment.