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:
Fabien Potencier
2019-09-06 17:38:53 +02:00
3 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -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
+1 -1
View File
@@ -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
+1 -2
View File
@@ -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