Opened 11 years ago
Closed 11 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)
Change History (12)
comment:1 Changed 11 years ago by godiard
- Owner changed from RafaelOrtiz to godiard
- Status changed from new to assigned
comment:2 Changed 11 years ago by walter
comment:3 Changed 11 years ago by godiard
I have run setup.by build and the es.po at least look ok.
Check version 30
comment:4 Changed 11 years ago by cjl
- Cc cjl added
comment:5 Changed 11 years ago by godiard
- Owner changed from godiard to humitos
Changed 11 years ago by humitos
comment:6 Changed 11 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 11 years ago by humitos
comment:7 Changed 11 years ago by humitos
- Cc RafaelOrtiz added
comment:8 Changed 11 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 11 years ago by humitos
- Keywords patch added
comment:10 Changed 11 years ago by RafaelOrtiz
- Resolution set to fixed
- Status changed from assigned to closed
Distance has this patch on V32.
Maybe setup.py build was never run? Are you sure the .po file is correct?