I am using the t tags and internationalization for ruby on rails and I was wondering how I can use the internationalization for images? I have a logo that is a jpg and it is in french and I have one in english. How can I use the english.yml and french.yml files to upload different logos depending on which language people choose?
I'm very new to all this so simple broken down answers would be appreciated! An example would be appreciated too!