ilteoood / flutter_i18n

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

Recursivly merging the translation map with the fallback translations #186

Closed dirkvranckaert closed 2 years ago

dirkvranckaert commented 2 years ago

Added a recursive map merging strategy to make sure that all translations fallback to your fallback language

ilteoood commented 2 years ago

Hi, can you also write a test to prove what you did?

dirkvranckaert commented 2 years ago

Test case addded

ilteoood commented 2 years ago

LGTM