Ticket #3122 (new defect)

Opened 20 months ago

Last modified 5 months ago

Translation related issue

Reported by: alsroot Owned by: Nostalghia
Priority: Unspecified by Maintainer Milestone: Unspecified by Release Team
Component: Kandid Version: Unspecified
Severity: Unspecified Keywords:
Cc: cjl Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

There is an issue in activity sources that might affect translation process. See

 http://lists.sugarlabs.org/archive/sugar-devel/2011-September/033473.html for details

Attachments

0001-fix-gettext-strings-problem.patch Download (8.3 KB) - added by AlanJAS 5 months ago.
patch to fix problem

Change History

Changed 11 months ago by cjl

####### Checking POT for Kandid (master) ######

Already up-to-date.
activity.py:193: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

activity.py:240: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_colorconstraint_gray.py:61: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_colorconstraint_none.py:67: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_colorconstraint_none.py:70: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_modifier_rectangulartile.py:115: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_sampler_affineifs.py:470: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_sampler_fermatspiral.py:167: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_sampler_logarithmicspiral.py:179: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_sampler_rectilineargrid.py:117: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

ep_sampler_squaregrid.py:100: warning: 'msgid' format string with unnamed arguments cannot be properly localized:

The translator cannot reorder the arguments.
Please consider using a format string with named arguments,
and a mapping instead of a tuple for the arguments.

Changed 5 months ago by cjl

  • cc cjl added

Changed 5 months ago by AlanJAS

patch to fix problem

Changed 5 months ago by AlanJAS

The patch fix all gettext problems. Apply it..

Note: See TracTickets for help on using tickets.