Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
4 Jul 2013 at 19:04 UTC
Updated:
29 Jul 2014 at 22:37 UTC
Jump to comment: Most recent file
Comments
Comment #1
lazysoundsystem commentedHere's the patch.
Comment #2
lazysoundsystem commentedIgnore the patch above - here's the same patch without the changes from #2035077: removing t() from asserts - remaining changes. but with
Drupal\Component\Utility\String::format()instead offormat_string(), as suggested there.Comment #3
Crell commentedStill some t()s.
Comment #4
lazysoundsystem commentedThanks for the review - should be better now.
Comment #5
Crell commentedThanks! Please remember to include interdiffs with patches. It makes it easier to review updates until we get on a real git-based workflow.
Comment #6
jhodgdonThis removal of t() is not correct:
That is comparing a title to a translated string. It should have t() on it. It's not the message.
There are a couple of other spots like this in the patch.
Comment #7
lazysoundsystem commentedGood spot. Thanks. Here it is again without those, and with an interdiff.
Comment #9
star-szr#7: removing_remaining_ts-2035087-7.patch queued for re-testing.
Comment #10
star-szrLooks good! This takes care of everything from Views and Views UI.
Comment #11
jhodgdonThanks! Committed to 8.x.