[kune-commits] [kune issues] #192: Add to the kune translator a stats summary about completeness
kune issues
noreply at ourproject.org
Fri May 4 03:12:08 CEST 2012
#192: Add to the kune translator a stats summary about completeness
-----------------------------------+------------------
Reporter: vjrj | Owner: vjrj
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: Internationalization | Version:
Resolution: | Keywords:
Blocked By: | Blocking:
-----------------------------------+------------------
Comment (by vjrj):
select count(*) from globalize_translations g where g.language_id=1819
into @i18nTotal;
select l.english_name, count(*)*100/(@i18nTotal) AS percentage from
globalize_translations g, globalize_languages l where g.language_id=l.id
and text!="" group by language_id ORDER BY percentage DESC
--
Ticket URL: <http://kune.ourproject.org/issues/ticket/192#comment:1>
kune issues <http://kune.ourproject.org/issues/>
More information about the kune-commits
mailing list