Opened 13 years ago

Closed 13 years ago

#1458 closed defect (fixed)

translation statistical

Reported by: lucadelu Owned by: grass-dev@…
Priority: normal Milestone: Website
Component: Website Version: unspecified
Keywords: website, translation Cc:
CPU: Unspecified Platform: Unspecified

Description

In the webpage of translation statistical there is a mess in nviz and wxgui tables. The columns "Fuzzy translations" and "Untranslated messages" are inverted.

Change History (2)

comment:1 by neteler, 13 years ago

Keywords: website translation → website,translation

I checked:

Web (a few days ago):

Language PO              Transl Fuzzy  Untransl.
Italian  grasswxpy_it.po 2260   240    - 
Italian  grassnviz_it.po 324    210    -

SVN now:

[neteler@north locale]$ make
...
msgfmt --statistics -o /home/neteler/grass64/dist.x86_64-unknown-linux-gnu/locale/it/LC_MESSAGES/grasswxpy.mo po/grasswxpy_it.po 
2287 translated messages, 213 untranslated messages.
msgfmt --statistics --tcl -l it -d /home/neteler/grass64/dist.x86_64-unknown-linux-gnu/etc/nviz2.2/msgs/ po/grassnviz_it.po
324 translated messages, 210 untranslated messages.

It seems that "Untranslated messages" is shifted to the "Fuzzy translations" column. A PHP bug in the generating script

http://trac.osgeo.org/grass/browser/grass-web/trunk/devel/i18n_stats.inc

comment:2 by neteler, 13 years ago

Resolution: fixed
Status: newclosed

PHP code fixed by Luca in r48657.

Note: See TracTickets for help on using tickets.