Localization is usually necessary in every website. We wanted to add localization in an existing application with more than 100 pages! Now it would be crazyto go and change each view and add the unique keys in the .yml or .po file. I google'd and I found some good reference here. Using this reference I … Continue reading Language independant translator using haml parser
Month: August 2011
How To Use Language Independent Translator Using HTML Parser
Geo-location integration is common today for every web application. We have gems on hand, to integrate Geo-location to our application. With few steps of configuration we can Geo-code our attributes ie., user addresses. But testing Geo-coding integration takes much more time than development! We currently use Google Map APIs for our work. If there are … Continue reading How To Use Language Independent Translator Using HTML Parser
