Update:Remora Localization: Difference between revisions

Jump to navigation Jump to search
m
(→‎example: Deutsch :))
Line 118: Line 118:


  select a.id, g.localized_string as greeting, d.localized_string as danger
  select a.id, g.localized_string as greeting, d.localized_string as danger
  from ((a join translation as g on a.greeting = g.id)
  from ((a left outer join translation as g on a.greeting = g.id and g.locale = 'en-us')
           join translation as d on a.greeting = d.id)
           left outer join translation as d on a.greeting = d.id and d.locale = 'en-us')
where
  g.locale = 'en-us'
  and d.locale = 'en-us';


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

edits

Navigation menu