Rails I18n of CSS file
问题 I am trying to internationalize my site, and one thing is to use different font-size for different languages. Also some text-images need to be replaced as well. I think the only way to do this is to have additional locale-specific CSS files in the public folder and load them based on locale in my view. This avoids asset pipeline from compiling those specific CSS files. But I am wonderiing if there a better way to do this? 回答1: Your best bet in organization is to have different style sheets