mirror of
https://github.com/twigphp/Twig.git
synced 2026-09-13 19:06:40 +00:00
minor #3125 Fix intl-extra docs and links (pierredup)
This PR was squashed before being merged into the 2.x branch (closes #3125).
Discussion
----------
Fix intl-extra docs and links
Commits
-------
6f73ac72 Fix intl-extra docs and links
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
The ``format_time`` filter was added in Twig 2.12.
|
||||
|
||||
The ``format_time`` filter formats a time. It behaves in the exact same way as
|
||||
the ``format_timetime`` filter, but without the date.
|
||||
the ``format_datetime`` filter, but without the date.
|
||||
|
||||
.. note::
|
||||
|
||||
|
||||
@@ -12,9 +12,9 @@ This package is a Twig extension that provides the following:
|
||||
* [`country_timezones`][7] filter: returns the names of the countries associated with a given timezone;
|
||||
* [`format_currency`][8] filter: formats a number as a currency;
|
||||
* [`format_number`][9] filter: formats a number;
|
||||
* [`format_datetime`][9] filter: formats a date time;
|
||||
* [`format_date`][10] filter: formats a date;
|
||||
* [`format_time`][11] filter: formats a time.
|
||||
* [`format_datetime`][10] filter: formats a date time;
|
||||
* [`format_date`][11] filter: formats a date;
|
||||
* [`format_time`][12] filter: formats a time.
|
||||
|
||||
[1]: https://twig.symfony.com/country_name
|
||||
[2]: https://twig.symfony.com/currency_name
|
||||
@@ -26,4 +26,5 @@ This package is a Twig extension that provides the following:
|
||||
[8]: https://twig.symfony.com/format_currency
|
||||
[9]: https://twig.symfony.com/format_number
|
||||
[10]: https://twig.symfony.com/format_datetime
|
||||
[11]: https://twig.symfony.com/format_time
|
||||
[11]: https://twig.symfony.com/format_date
|
||||
[12]: https://twig.symfony.com/format_time
|
||||
|
||||
Reference in New Issue
Block a user