Skip to content

Commit

Permalink
minor #3197 Fix README (fabpot)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.x branch.

Discussion
----------

Fix README

Commits
-------

ddad9d8 Fix README
  • Loading branch information
fabpot committed Nov 15, 2019
2 parents 208b745 + ddad9d8 commit d796e12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions extra/intl-extra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Twig Intl Extension

This package is a Twig extension that provides the following:

* [`country_name`][1] filter: returns the country name given its ISO-3166 two-letter code;
* [`country_name`][1] filter: returns the country name given its two-letter/five-letter code;
* [`currency_name`][2] filter: returns the currency name given its three-letter code;
* [`currency_symbol`][3] filter: returns the currency symbol given its three-letter code;
* [`language_name`][4] filter: returns the language name given its two-letter code;
* [`locale_name`][5] filter: returns the language name given its two-letter code;
* [`language_name`][4] filter: returns the language name given its two-letter/five-letter code;
* [`locale_name`][5] filter: returns the language name given its two-letter/five-letter code;
* [`timezone_name`][6] filter: returns the timezone name given its identifier;
* [`country_timezones`][7] filter: returns the timezone identifiers of the given country code;
* [`format_currency`][8] filter: formats a number as a currency;
Expand Down

0 comments on commit d796e12

Please sign in to comment.