Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2013 at 12:15 UTC
Updated:
29 Jul 2014 at 22:09 UTC
Jump to comment: Most recent file
Comments
Comment #1
sutharsan commentedThis patch removes all the
\'I could find.Comment #2
jbrown commented#1: views_ui-1966514-1.patch queued for re-testing.
Comment #4
sutharsan commentedRerolled
Comment #5
jbrown commentedI think you uploaded the wrong patch ;-(
Comment #6
sutharsan commentedLets try again ;)
Comment #7
attiks commentedfix title
Comment #8
longwaveIn the second hunk, should we remove the newline from the string? Also, there seems to be no need for two spaces in "or '%5D'"?
Comment #9
ivansf commentedI found another one and will be fixing what #8 says.
Comment #10
ivansf commentedChanges from #8 and found another one.
Comment #11
zhangyi5 commentedI am starting to review the patch.
Comment #12
zhangyi5 commentedThe syntax looks good, except that there are
"<p>" and "</p>"tag in the t() function which should be discouraged and might cause trouble later.Comment #14
sutharsan commentedFound another one in Views module. Also moved
<p>outside thet()string and removed double spaces from two strings.Comment #15
ivansf commented#10: views_ui-1966514.patch queued for re-testing.
Comment #16
ivansf commented#14 works fine.
Comment #17
mradcliffeThe patch in #14 fixes the issue to make it easier for translators, and takes into account comments by @zhangyi5 in #12. I think this is ready for RTBC as it doesn't effect functionality. Localizers may need to repeat some work if they started already.
@Sutharsan: Is there a process for making sure Drupal 8 localizers know about translatable string changes? Change notice?
Comment #18
sutharsan commented@mradcliffe, In past releases there was a string freeze for core at the time RC1 was released. Before that time translators (usually) don't work on core strings. Therefore no need for any notification for this change.
Comment #19
mradcliffeOh, duh, it's been three years since the last time and I completely forgot.
Comment #20
mradcliffe#14: views_ui-1966514-14.patch queued for re-testing.
Comment #22
mradcliffeNeeds a re-roll to apply against current HEAD
Comment #23
sutharsan commentedre-rolled.
Comment #24
mradcliffeAdding RTBC.
Comment #25
catch