flutter_gen icon indicating copy to clipboard operation
flutter_gen copied to clipboard

i18n (slang) support?

Open fzyzcjy opened this issue 3 years ago • 3 comments

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

fzyzcjy avatar Aug 20 '22 22:08 fzyzcjy

+1

ricardodalarme avatar Dec 08 '23 03:12 ricardodalarme

+1

alexkater avatar Jun 04 '24 10:06 alexkater