We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca7ce7 commit 0709136Copy full SHA for 0709136
Resources/config/services.yml
@@ -54,3 +54,8 @@ services:
54
public: true
55
class: Translation\Bundle\Catalogue\CatalogueCounter
56
arguments: []
57
+
58
+ php_translation.twig_extension:
59
+ class: Translation\Extractor\Twig\TranslationExtension
60
+ tags:
61
+ - { name: twig.extension }
composer.json
@@ -19,7 +19,7 @@
19
20
"php-translation/common": "^0.2.1",
21
"php-translation/symfony-storage": "^0.4.0",
22
- "php-translation/extractor": "^1.2"
+ "php-translation/extractor": "^1.3"
23
},
24
"require-dev": {
25
"symfony/phpunit-bridge": "^3.4 || ^4.0",
0 commit comments