Skip to content

Commit

Permalink
Add missing suggestions in Twig Extra Bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 11, 2019
1 parent 46e232b commit 8c2c193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/twig-extra-bundle/src/Extensions.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ final class Extensions
'class' => IntlExtension::class,
'class_name' => 'IntlExtension',
'package' => 'twig/intl-extra',
'filters' => ['country_name', 'currency_name', 'currency_symbol', 'language_name',
'filters' => ['country_name', 'currency_name', 'currency_symbol', 'language_name', 'locale_name', 'timezone_name',
'format_currency', 'format_number', 'format_decimal_number', 'format_currency_number',
'format_percent_number', 'format_scientific_number', 'format_spellout_number', 'format_ordinal_number',
'format_duration_number', 'format_date', 'format_datetime', 'format_time',
Expand Down

0 comments on commit 8c2c193

Please sign in to comment.