Needs work
Project:
Translation Management Tool
Version:
7.x-1.x-dev
Component:
Core
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2013 at 19:35 UTC
Updated:
19 Jan 2015 at 08:23 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
berdirComment #3
berdir#1: enable-comments-tests-1879250-1.patch queued for re-testing.
Comment #5
miro_dietikerHow can we translate records in the language "und"?
Shouldn't this be "en" (the source language) to even allow us use entity translation?
I consider this related to
#1917874: Add tests: Source language of tmgmt_job is always 'en'
Comment #6
berdirNo, that's how it is and not related to that issue. Comments initially have und and only change the language while saved.
This fails because of the old dependency, we need a new release so that the entity_translation dependency is updated so that the dependencies are updated and the new version is used.
Comment #7
berdir#1: enable-comments-tests-1879250-1.patch queued for re-testing.
Comment #9
arla commentedThis should fix it for 8.x.
Comment #11
berdirWe used this preg match thing to not hardcode ID's. For example, some systems have different auto increment behavior, and it would not be 1, but 2. Is there a specific reason that you had to change this?
Comment #12
arla commentedAha, did not know. Just edited for simplicity. Reverting those lines.
Comment #14
berdircomment_load() => Comment::load().
Comment #15
arla commentedGah.
Comment #16
berdirNice, committed, back to 7.x!