mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-12 02:16:41 +00:00
minor #3146 Minor fixes in the docs of some intl filters (javiereguiluz)
This PR was merged into the 2.x branch.
Discussion
----------
Minor fixes in the docs of some intl filters
I'll do another PR to fix https://github.com/twigphp/intl-extra/README.md
Commits
-------
b9abb294 Minor fixes in the docs of some intl filters
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
.. versionadded:: 2.12
|
||||
The ``country_timezones`` filter was added in Twig 2.12.
|
||||
|
||||
The ``country_timezones`` filter returns the names of the countries associated
|
||||
with a given timezone:
|
||||
The ``country_timezones`` filter returns the names of the timezones associated
|
||||
with a given country code:
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
.. versionadded:: 2.12
|
||||
The ``currency_symbol`` filter was added in Twig 2.12.
|
||||
|
||||
The ``currency_symbol`` filter returns the currency name given its three-letter
|
||||
The ``currency_symbol`` filter returns the currency symbol given its three-letter
|
||||
code:
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
@@ -4,8 +4,7 @@
|
||||
.. versionadded:: 2.12
|
||||
The ``timezone_name`` filter was added in Twig 2.12.
|
||||
|
||||
The ``timezone_name`` filter returns the timezone name given its two-letter
|
||||
code:
|
||||
The ``timezone_name`` filter returns the timezone name given a timezone identifier:
|
||||
|
||||
.. code-block:: twig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user