esskar / vscode-flutter-i18n-json

VS Code extension to create a binding between your translations from .json files and your Flutter app.
92 stars 21 forks source link

Pluralization #4

Open Bernix01 opened 5 years ago

Bernix01 commented 5 years ago

It'd be a nice feature to have

reference

esskar commented 5 years ago

Had it on my todo list; I will check it on the weekend.

ghost commented 5 years ago

Would be nice to have the same for gender: https://pub.dev/documentation/intl/latest/intl/Intl/gender.html

gnudles commented 3 years ago

Hi, I wrote a CLI in pure dart for that plugin that generates the dart file from the jsons... It supports plural and gender (experimental, but give it a try) check if out here https://github.com/gnudles/dart_i18n_generator