Opened 12 years ago

Closed 12 years ago

#3524 closed defect (fixed)

Distance: units do not apply l10n

Reported by: godiard Owned by: humitos
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Distance Version: Unspecified
Severity: Unspecified Keywords: 12.1.0, patch
Cc: cjl, RafaelOrtiz Distribution/OS: Unspecified
Bug Status: Unconfirmed

Description

The units in the combo are using gettext and are translated, but are displayed in english in the UI. Something is wrong.

Attachments (2)

0001-Units-apply-l10n-SL-3524.patch (2.6 KB) - added by humitos 12 years ago.
es.po.diff (396 bytes) - added by humitos 12 years ago.

Download all attachments as: .zip

Change History (12)

comment:1 Changed 12 years ago by godiard

  • Owner changed from RafaelOrtiz to godiard
  • Status changed from new to assigned

comment:2 Changed 12 years ago by walter

Maybe setup.py build was never run? Are you sure the .po file is correct?

comment:3 Changed 12 years ago by godiard

I have run setup.by build and the es.po at least look ok.

Check version 30

comment:4 Changed 12 years ago by cjl

  • Cc cjl added

comment:5 Changed 12 years ago by godiard

  • Owner changed from godiard to humitos

Changed 12 years ago by humitos

comment:6 Changed 12 years ago by humitos

After applying this patch and running

python setup.py build

the issue should be fixed but there is another thing that I guess it should be done at Pootle (take a look at the next patch attached here)

Changed 12 years ago by humitos

comment:7 Changed 12 years ago by humitos

  • Cc RafaelOrtiz added

comment:8 Changed 12 years ago by cjl

Do not worry about Pootle. Pootle has a local git copy of each activity it is holding, these get synced every night and the POT is regenerated. Developers just need to make the code changes they want (and do not touch the PO directory), Pootle will take care of the rest.

comment:9 Changed 12 years ago by humitos

  • Keywords patch added

comment:10 Changed 12 years ago by RafaelOrtiz

  • Resolution set to fixed
  • Status changed from assigned to closed

Distance has this patch on V32.

Note: See TracTickets for help on using tickets.