ilteoood / flutter_i18n

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

can translate support a list? #142

Closed javyliu closed 3 years ago

javyliu commented 3 years ago

translate only return a String ,if i defined a array in yaml, can it return a list?

defint commented 3 years ago

Hi @javyliu

You have to have only key-value structure of your translation files.

ilteoood commented 3 years ago

Can u describe us your use case? A list in a translation file is quite unusual

ilteoood commented 3 years ago

Close for inactivity.

Judimax commented 6 months ago

Greetngs I have a use case for this. our angular with ngx translate supports list. its is for covnience now I have a whole production application. I rather not modify the json files because the angular package supports lists and the flutter package does not is there anyway around this? Like why not have it if someone is coming from a whole different project and can plug and play and realize they can't. If not for chatgpt!