Jesway / flutter_translate

Flutter Translate is a fully featured localization / internationalization (i18n) library for Flutter.
MIT License
401 stars 118 forks source link

Do you know an app, extension or similar to create and update all json files in a simpler way than manually? #28

Closed basketball-ico closed 4 years ago

bratan commented 4 years ago

@basketball-ico - I`m using https://www.codeandweb.com/babeledit and it works pretty good.

basketball-ico commented 4 years ago

It looks good, but the license is paid :(, you don't know any alternative?

bratan commented 4 years ago

No, sorry.

nohli commented 4 years ago

@basketball-ico

This plugin uses the Google Translate API to generate Json files in other languages: https://marketplace.visualstudio.com/items?itemName=esskar.vscode-flutter-i18n-json

I switched to flutter_translate though.