Le 26/03/2013 01:27, flod a ᅵcrit :
> Il 25/03/13 23:17, Pascal Chevrel ha scritto:
>> (the beta/aurora ones are not listed, I work with webdev on having a
>> page on a demo server with an exhaustive list of all our buttons).
> Hi Pascal,
> a couple of questions ;-)
>
>
https://www-dev.allizom.org/it/styleguide/websites/sandstone/buttons/
>
> 1) Is it just me or there's no button using the string " Download Firefox"?
that string is actually used in the text-only version in the <noscript> tag.
>
> 2) " Get it free on Google Play": strangely is shorter in Italian than
> English and looks quite strange right now when it's displayed on two lines.
>
> The only solution I can think of is having a second string for narrow
> spaces where I can put a "<br/>" to force the new line (not sure how
> much the system would like it).
Adding a <br> works with lang files. I looked at the css and available
space in the button and there isn't many pixels we can gain to allow
more text, but the web designer is better than me at that and might find
ideas. So our options are:
1/ find translated text that fit the boxes without compromising quality
of message
2/ see if we can get some more margin in the button for all locales via
css to solve display bugs for many locales at once
3/ use per locale CSS, for that I need to work with the webdev directly
but I can't much this week and next week (travelling, Paris office move,
other deadlines...). Usually this solution works best but is also more
time consuming and means a bit more maintenance over time
4/ add line breaks as a last resource
Pascal