nyavro / i18nPlugin

Intellij idea i18next support plugin
MIT License
70 stars 11 forks source link

SimpleLocalize integration #97

Open jpomykala opened 3 years ago

jpomykala commented 3 years ago

Hey, I'm thinking about integrating this with SimpleLocalize.io project. Could point me the place where I could add such functionality?

I would like to send i18n keys + default translations to SimpleLocalize using REST endpoint

Adding translations or keys: https://simplelocalize.io/docs/api/add-translations/ Reading translations/keys: https://simplelocalize.io/docs/api/read-translations/

nyavro commented 3 years ago

Hey, What kind of functionality do you want to introduce? Intention action? Like 'Extract i18n key'? Could you describe a scenario of the feature?

jpomykala commented 3 years ago

Hey @nyavro , thanks for the response. I don't want to simply 'copy the plugin' and provide it as my own. But I would be really cool to cooperate together 👍 I'm thinking about adding an action "Add to the cloud" this will make a "POST" request to the API and save translation key :)

PS Recently, I made awesome-i18n list and I just added your plugin there https://github.com/jpomykala/awesome-i18n/blob/main/readme.md#-tools-and-services 💯