Просмотр исходного кода

[DOCUMENTATION] English:

- manual fixes

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15730 44c647ce-9c0f-0410-b52a-842ac1e357ba
thomas 16 лет назад
Родитель
Сommit
f8cce7185c
1 измененных файлов с 3 добавлено и 4 удалено
  1. 3 4
      documentation/manual/en/module_specs/Zend_Currency-Usage.xml

+ 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>