slang-i18n / slang

Type-safe i18n for Dart and Flutter
https://pub.dev/packages/slang
MIT License
459 stars 39 forks source link

feat: sort input files before generating translations #211

Closed poppingmoon closed 5 months ago

poppingmoon commented 5 months ago

Close #210

Sort input files in SlangFileCollection.fromFileModel so that they are treated in a fixed order.

poppingmoon commented 5 months ago

@Tienisto Should I change the tests? Or sort files before SlangFileCollection.fromFileModel()?

Tienisto commented 5 months ago

I will sort this out, no worries