mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-11 18:06:46 +00:00
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