-
Notifications
You must be signed in to change notification settings - Fork 177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[#163] Added support for translation extractors for JS #238
Changes from 1 commit
6b4463a
3743264
7a0bc62
7f3b2ab
9f3d600
32f738c
5aaac48
4137824
4b1f6c4
d57b413
e33a819
f243f89
fb372e7
0ee29c6
2b2c5d4
e6dba39
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ public function getConfigTreeBuilder() | |
->end() | ||
->end() | ||
->arrayNode('frontend') | ||
->arrayPrototype() | ||
->prototype('array') | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. do we actually need an array of configurations here ? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Based on your comment, no. We can use differents services. |
||
->children() | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. indentation should use 4 spaces There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. OK |
||
->arrayNode('extensions') | ||
->prototype('scalar') | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather name it
extractor