Closed (fixed)
Project:
(Obsolete) configuration translation for Drupal 8
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
27 Mar 2013 at 09:21 UTC
Updated:
12 Apr 2013 at 15:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
vijaycs85Adding test case that
1. Enable multiple language
2. Update translation of label/title & auto-reply text of feedback - contact form
3. Validate text in #2 by visiting feedback form and sending mail.
Comment #2
gábor hojtsyGood find with the email grabbing utility function :) Looks like a solid patch, just relatively minor comments.
Make this $langcodes. $languages would be an array of language objects.
Contact category translation, right? :)
These two do the same thing? I think what you wanted is to go to 'contact/feedback' after the drupalPost below and check the original language versions?
// We get all emails so no need to check inside the loop.
// Trim because we get an added newline for the body.
Comment #3
vijaycs85Thanks for the review @Gábor Hojtsy. fixed them all.
Comment #4
gábor hojtsyThanks, committed.