r_flutter icon indicating copy to clipboard operation
r_flutter copied to clipboard

Support assets localization

Open davidmigloz opened this issue 3 years ago • 1 comments

Hi!

It would be very nice to be able to localize assets in a similar way Android does, following a directory naming convention (drawable, drawable-nl etc).

Flutter already follows a similar strategy for different pixel ratios, so it could be combined with locale in a similar way.

What do you think?

Thanks for your work 🙂

davidmigloz avatar Aug 04 '21 10:08 davidmigloz

Hey, this sounds like a useful feature. It might be a bit out of scope for this library right now. I will think about a way on how this can be included in any way without adding too much additional configuration.

timfreiheit avatar Aug 09 '21 14:08 timfreiheit