-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
CRM-21149 ts fix for "(including yourself)" on the Event Registration Form #10942
Conversation
… yourself" to be "(including yourself)"
@mlutfy do you have any comments on this from an internationalisation perspective? |
@mlutfy ping - this probably just needs a quick comment from you |
Jenkins please retest this |
Jenkins retest this |
1 similar comment
Jenkins retest this |
Jenkins retest this please |
1 similar comment
Jenkins retest this please |
I'll be testing this when the build completes |
Jenkins retest this please |
We tested this successfully Before the patch the replacement did not take effect @mlutfy we believe this is ready to merge if you don't have any international concerns |
This would break existing string overrides that people may have put in place, however:
Thank you for the patch & review! |
Overview
On Event Registration Form, cannot target the text "(including yourself)" using word replacement because the parenthesis is outside the ts markers
See https://issues.civicrm.org/jira/browse/CRM-21149
Before
"including yourself" can be translated, but cannot translate "(including yourself)"
After
Can translate "(including yourself)"
Technical Details
Moves location of ts tags
Comments
Have submitted PR for civicrm/l10n#17 as well