This PR was merged into the 2.x branch.
Discussion
----------
Add missing suggestions in Twig Extra Bundle
Commits
-------
8c2c193a Add missing suggestions in Twig Extra Bundle
... | ... |
@@ -42,7 +42,7 @@ final class Extensions |
42 | 42 |
'class' => IntlExtension::class, |
43 | 43 |
'class_name' => 'IntlExtension', |
44 | 44 |
'package' => 'twig/intl-extra', |
45 |
- 'filters' => ['country_name', 'currency_name', 'currency_symbol', 'language_name', |
|
45 |
+ 'filters' => ['country_name', 'currency_name', 'currency_symbol', 'language_name', 'locale_name', 'timezone_name', |
|
46 | 46 |
'format_currency', 'format_number', 'format_decimal_number', 'format_currency_number', |
47 | 47 |
'format_percent_number', 'format_scientific_number', 'format_spellout_number', 'format_ordinal_number', |
48 | 48 |
'format_duration_number', 'format_date', 'format_datetime', 'format_time', |