I'm using Java Web (Spring framework) and LESS as CSS preprocessor.
When applying internationalization on my project, I successfully migrated every message inside JSP and JS code in message.properties files. But I don't know if it's possible to do the same in CSS/LESS code. I really need to do it since there are messages inside a content property.
I already saw the solution using :lang
selector, but it would be much better if I could import the messages from a central input file.