ilteoood / flutter_i18n

I18n made easy, for Flutter!
MIT License
217 stars 57 forks source link

support array and list #218

Closed Judimax closed 3 months ago

Judimax commented 6 months ago

In relation to the earlier issue here opened a few years back https://github.com/ilteoood/flutter_i18n/issues/142 This necessary for my use case because in angular ngx-translate arrays are allowed. I rather keep the large json files in sync instead of have to make more or a burden for myself

Judimax commented 6 months ago

Greetings I gave it a PR https://github.com/ilteoood/flutter_i18n/pull/219

ilteoood commented 3 months ago

As said, this is already achievable using a different syntax.