-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Form][Type Date/Time] added choice_translation_domain option. #15301
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
[Form][Type Date/Time] added choice_translation_domain option. #15301
Conversation
aitboudad
commented
Jul 17, 2015
Q | A |
---|---|
Bug fix? | no |
New feature? | yes |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #15222 and #15298 |
License | MIT |
- add test
Will this be backported to 2.7? |
if (is_array($choiceTranslationDomain)) { | ||
$default = false; | ||
|
||
return array_merge( |
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.
semantically you want array_replace
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.
fixed
Related to #9177 |
fe789c5
to
f883892
Compare
test added. |
f883892
to
25b0be4
Compare
25b0be4
to
42458a5
Compare
42458a5
to
67da7ef
Compare
👍 Good to merge IMO. |
Should it be considered as a new feature? |
IMO yes as it doesn't fix a real bug but only tries to reduce missing translation warnings (warnings are not bugs). |
👍 |
Thank you @aitboudad. |