On Tue, Jun 29, 2010 at 05:32, Dan Dumont <[email protected]> wrote: > AMAZING! > is that documented anywhere? I saw no mention on the css section of the > building user interfaces part of the docs. > > On Mon, Jun 28, 2010 at 4:44 AM, Thomas Broyer <[email protected]> wrote: >> >> >> On 28 juin, 03:53, Dan <[email protected]> wrote: >> > Is it possible to localize the css in a CssResource so that during the >> > translation phase of product development, css tweaks can be made to >> > adjust for language specific spacing and formatting issues? >> >> Yes, you can have distinct MyStyle_en.css MyStyle_fr.css, etc. and >> have them picked from a single @Source("MyStyle.css"). >> >> > if not, what's the current best practice to work around these issues? >> >> >> If the changes are "localised" though, I'd rather use @if blocks: >> @if locale en { >> ... >> } >> @elif locale fr { >> ... >> } >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google Web Toolkit" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-web-toolkit?hl=en. >> >
It is in the documentation: http://code.google.com/webtoolkit/doc/latest/DevGuideClientBundle.html#CssResource -- Proper software development is like female orgasm. Some claim it's a myth, others try very hard to make it happen but don't know how, and most magazines, books and videos showing it are showing faked ones. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
