-
-
Notifications
You must be signed in to change notification settings - Fork 188
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
added estonian and new swedish codes #54
Conversation
added function to translate russian characters to latin characters. |
changed tagging bundle route names to lower case, |
previous getDefaultOptions method does not get executed (in symfony > 2.3?) |
Hi @konstantinsp, thanks for all these fixes! I would like to get them merged but there are some issues:
|
@@ -24,6 +24,11 @@ public function buildForm(FormBuilderInterface $builder, array $options) | |||
$builder->addViewTransformer($transformer, true); | |||
} | |||
|
|||
public function setDefaultOptions(OptionsResolverInterface $resolver) | |||
{ | |||
$resolver->setDefaults($this->getDefaultOptions([])); |
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.
Can you use the old array syntax? The CMS requires php 5.3.9 or up.
could you advice me how to open one pull request per issue? |
There are multiple ways, but i do as follows:
|
53aa487
to
fa3619c
Compare
No description provided.