Open
Description
Hi thanks for this wonderful package! I would appreciate it if i18n could be supported. For example, for https://github.com/Tienisto/slang:
String get myObject {
switch (LocaleSettings.currentLocale) {
case AppLocale.zh:
return zh.myObject;
case AppLocale.en:
return en.myObject;
}
}
and I put files like:
- zh
- myObject.png
- en
- myObject.png