fast_i18n v5.6.0
- feat: add CSV support
- feat: improve generic type detection for lists (e.g.
List<List<String>>
,List<Map<String, String>>
) - feat: make optional class members (from interfaces) non-nullable when possible
List<List<String>>
,List<Map<String, String>>
)