Kaynağa Gözat

[DOCUMENTATION] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15730 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 yıl önce
ebeveyn
işleme
f8cce7185c

+ 3 - 4
documentation/manual/en/module_specs/Zend_Currency-Usage.xml

@@ -207,8 +207,8 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
                 </para>
                 <para>
                     The script which shall be used to display digits. Detailed information about scripts and their
-                    usage can be found in the documentation of <classname>Zend_Locale</classname> in
-                    <link linkend="zend.locale.appendix.numberscripts.supported">supported number scripts</link>.
+                    usage can be found in the documentation of <classname>Zend_Locale</classname> in the chapter
+                    <link linkend="zend.locale.numbersystems" />.
                 </para>
             </listitem>
             <listitem>
@@ -243,8 +243,7 @@ echo $currency->toCurrency(1000, array('script' => 'Arab'));
                     <emphasis>script</emphasis>: Defined which script should be used for
                     displaying digits. The default script for most locales is
                     <emphasis>'Latn'</emphasis>, which includes the digits 0 to 9. Other
-                    scripts such as 'Arab' (Arabian) can be used. All supported scripts can be found in
-                    <link linkend="zend.locale.appendix.numberscripts.supported">this table</link>.
+                    scripts such as 'Arab' (Arabian) can be used.
                 </para>
             </listitem>
             <listitem>