Opened 13 years ago

Last modified 11 years ago

#3122 new defect

Translation related issue

Reported by: alsroot Owned by: Nostalghia
Priority: Unspecified by Maintainer Milestone: Unspecified
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 (1)

0001-fix-gettext-strings-problem.patch (8.3 KB) - added by AlanJAS 11 years ago.
patch to fix problem

Download all attachments as: .zip

Change History (9)

comment:1 Changed 12 years 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.

comment:2 Changed 11 years ago by cjl

  • Cc cjl added

Changed 11 years ago by AlanJAS

patch to fix problem

comment:3 Changed 11 years ago by AlanJAS

The patch fix all gettext problems. Apply it..

comment:4 follow-up: Changed 11 years ago by AlanJAS

Someone can give me access to this git? Seems that the mantainer is on vacations..

comment:5 in reply to: ↑ 4 Changed 11 years ago by alsroot

Replying to AlanJAS:

Someone can give me access to this git? Seems that the mantainer is on vacations..

The maintainer is also an author, did you get "ok" from him to get write access to the project repo?

comment:6 Changed 11 years ago by AlanJAS

No, in seven months there has been no responses.

comment:7 Changed 11 years ago by b.vehikel@…

OK, I can fix this error this until end of July.

comment:8 Changed 11 years ago by cjl

This looks ot be working now

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

From git.sugarlabs.org:kandid/mainline

0169b7a..c5c86bf master -> origin/master

Updating 0169b7a..c5c86bf
Fast-forward

activity.py | 6 ++++--
ep_colorconstraint_gray.py | 2 +-
ep_colorconstraint_none.py | 8 ++++----
ep_modifier_rectangulartile.py | 4 ++--
ep_sampler_affineifs.py | 6 +++---
ep_sampler_fermatspiral.py | 7 ++++---
ep_sampler_logarithmicspiral.py | 7 ++++---
ep_sampler_rectilineargrid.py | 4 ++--
ep_sampler_squaregrid.py | 4 ++--
9 files changed, 26 insertions(+), 22 deletions(-)

* Updating POT for Kandid (master)*

I am guessing this can be closed now.

Note: See TracTickets for help on using tickets.