Update:Remora Localization: Difference between revisions

Jump to navigation Jump to search
m
Line 120: Line 120:
  from ((a left outer join translation as g on a.greeting = g.id and g.locale = 'en-us')
  from ((a left outer join translation as g on a.greeting = g.id and g.locale = 'en-us')
           left outer join translation as d on a.greeting = d.id and d.locale = 'en-us')
           left outer join translation as d on a.greeting = d.id and d.locale = 'en-us')
where
  a.id = ''myTargetForFetching''


  +----+----------+----------+
  +----+----------+----------+
Confirmed users
675

edits

Navigation menu