localeapp
localeapp copied to clipboard
Send and retrieve your ruby i18n localizations to the Locale translation service
I'm testing out this gem and the web application, I currently have many locales for multiple languages. I've noticed that the gem uses the locale (e.g: "en", "es", etc) Instead...
After using the translations for some time, keys that have been removed from the current translation still exist on the web application. Add an option to be able to remove...
It would be very useful that every time someone creates/updates a translation, the application would be able to trigger configured web hooks sending the updated information translation along with other...
We're working in a team, and there can be a significant number of translations unrelated to my changes. So to avoid a time consuming (would be much worse if we...
when i pull my translations to _i18n file, its become like this en: key_1: xxx key_2: xxx How can i fix it to make pull only retrive the keys like...
For our application it would be very helpful if we could specify which locales to poll, similarly to what's possible when running a Client command (`Localeapp::CLI::Pull.new.execute('nl')`). At the moment it's...
As reported in #262 (and as validated with @tjouan), we try to read the Locale API key from `.env` if it exists, which is not our responsibility. We should stop...
This commit adds i18n gem versions 1.1, 1.2, 1.3, 1.4 and 1.5 to the Travis matrix.
Because many developers are working on OSX, we want the test build to ensure it works there. Extracted from #264
Would love to see a [Shield](https://github.com/olivierlacan/shields) for LocaleApp to encourage users to help translate a project.