After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 643571 - Please make currency conversion results reorderable
Please make currency conversion results reorderable
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: gcalctool maintainers
gcalctool maintainers
Depends on:
Blocks:
 
 
Reported: 2011-03-01 11:10 UTC by Gabor Kelemen
Modified: 2011-03-01 20:17 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Simple patch to make reordering possible (718 bytes, patch)
2011-03-01 11:10 UTC, Gabor Kelemen
accepted-commit_now Details | Review

Description Gabor Kelemen 2011-03-01 11:10:32 UTC
Created attachment 182169 [details] [review]
Simple patch to make reordering possible

Currently, gcalctool displays the results of currency conversion as "$100". At least for Hungarian, I'd like to see this translated as "100 Ft", but reordering this is not possible.
I'm attaching a patch, but I'm not entirely happy with it: translators might omit the placeholder that is currently used, as gettext checks only the presence of variables. So this needs some more work.
Comment 1 Robin Sonefors (ozamosi) 2011-03-01 19:57:11 UTC
Review of attachment 182169 [details] [review]:

I think this is fairly important to support, and it seems non-trivial to make it prettier, so I say commit.
Comment 2 Gabor Kelemen 2011-03-01 20:17:07 UTC
Pushed, thanks.