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 608280 - Big download buttons for PO and POT files
Big download buttons for PO and POT files
Status: RESOLVED FIXED
Product: damned-lies
Classification: Infrastructure
Component: general
unspecified
Other Linux
: High enhancement
: ---
Assigned To: damned-lies Maintainer(s)
damned-lies Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-01-27 18:50 UTC by Adi Roiban
Modified: 2014-08-11 07:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch with proposed readability improvements (1.79 KB, patch)
2014-03-21 21:48 UTC, Rudolfs Mazurs
none Details | Review
Download icon svg (4.59 KB, image/svg+xml)
2014-03-22 08:57 UTC, Claude Paroz
  Details
Big download buttons for DL (2.38 KB, patch)
2014-08-07 20:36 UTC, Tom Tryfonidis
none Details | Review

Description Adi Roiban 2010-01-27 18:50:16 UTC
Right now the "download" icons are to small and not very intuitive.
http://l10n.gnome.org/vertimus/libgsf/master/po/ro


I asked non technical translators to use the Damn Lies user interface and they were not able to spot the link for downloading the PO file.

The "POT file" and "Translated" text are very vague and they do not suggest the download action.

Maybe 2 big buttons, one with "Download template" and "Download current translations" are more intuitive. 

Maybe advanced users will not appreciate this, but it would be nice to set the mime type to app/binary so that browser will prompt for downloading the file and not open it in the browser window.

When I say big button with text, I'm thinking at something like this:
http://diferitu.files.wordpress.com/2009/06/download_button.jpg (random google search)
Comment 1 Gil Forcada 2012-10-16 23:23:41 UTC
Completely agree, we should make a face lift to the language view...
Comment 2 Daniel Mustieles 2012-11-03 18:26:14 UTC
> Maybe advanced users will not appreciate this, but it would be nice to set the
> mime type to app/binary so that browser will prompt for downloading the file
> and not open it in the browser window.

I disagree in this point. Opening PO files inside the web browser is really helpful to make searches whe translating documentation.

Translator can use GTranslator to edit the documentation PO file and the web browser to check how interface elements were translated, to avoid incosistency between UI and doc files
Comment 3 Adorilson Bezerra 2012-11-04 07:35:47 UTC
Download template is *really* necessary at DL?
Who (in DL) use this files?
Comment 4 Alexandre Franke 2012-11-05 08:36:04 UTC
(In reply to comment #3)
> Download template is *really* necessary at DL?
> Who (in DL) use this files?

The coordinator might need it to avoid uploading a file for merge and downloading it again afterwards, or to sort out other complex situations.

Maybe it would be a good idea to hide it for other users, though.
Comment 5 Rudolfs Mazurs 2014-03-21 21:48:04 UTC
Created attachment 272594 [details] [review]
Patch with proposed readability improvements

The patch makes clearer, which parts are downloadable and that POT is a translation template and PO is a translation file.
Comment 6 Claude Paroz 2014-03-22 08:35:57 UTC
Thanks for the proposal, but there's already too much text on those pages, and I'd be reluctant to add more.
My suggestion would be to make the download icon for the po file bigger, left-aligned, with a button look.
Could someone find the SVG source of our current download icon?
Comment 7 Claude Paroz 2014-03-22 08:57:12 UTC
Created attachment 272619 [details]
Download icon svg
Comment 8 Tom Tryfonidis 2014-08-07 20:36:23 UTC
Created attachment 282845 [details] [review]
Big download buttons for DL

- Reuse of css class "icon_button" from module pages,
- Added title in the download links,
- Bottom margin to the above class. This also affects module pages (minor change)

Sample images
http://i.imgur.com/W8AFtzG.png
http://i.imgur.com/Nn5myzC.png
Comment 10 Tom Tryfonidis 2014-08-10 18:38:24 UTC
Thank you Claude for the commit. It seems that something needs to be updated(?), as margin-bottom doesn't work.

FYI I also pushed a minor typo fix for the vertimus page https://git.gnome.org/browse/damned-lies/commit/?id=6c3774a10254b1a4387fa0d3b2841017a238d13d
Comment 11 Claude Paroz 2014-08-11 07:12:01 UTC
Sorry, I forgot to redeploy static files, done now.
Thanks for the fix.