Skip to content

Commit

Permalink
[Docs] cleanup of i18n view helpers intro
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmartin committed Jul 11, 2012
1 parent 28cea14 commit 6ffe8ec
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions documentation/manual/en/module_specs/zend.i18n.view.helpers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,19 @@
xml:id="zend.i18n.view.helpers">
<title>I18n View Helpers</title>

<para>
Zend Framework comes with an initial set of helper classes related to Internationalization:
e.g., formatting a date, formatting currency, or displaying translated content. You can
use helper, or plugin, classes to perform these behaviors for you.
</para>
<section xml:id="zend.i18n.view.helpers.intro">
<title>Introduction</title>

<para>
See the section on <link linkend="zend.view.helpers">view helpers</link> for more information.
</para>
<para>
Zend Framework comes with an initial set of helper classes related to Internationalization:
e.g., formatting a date, formatting currency, or displaying translated content. You can
use helper, or plugin, classes to perform these behaviors for you.
</para>

<para>
See the section on <link linkend="zend.view.helpers">view helpers</link> for more information.
</para>
</section>

<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zend.i18n.view.helper.currency-format.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zend.i18n.view.helper.date-format.xml"/>
Expand Down

0 comments on commit 6ffe8ec

Please sign in to comment.