easy_localization icon indicating copy to clipboard operation
easy_localization copied to clipboard

Not genereted female and male keys

Open yusufkecer opened this issue 1 year ago • 3 comments

Hello, the "female" and "male" values under the "gender" and "gender2" objects are not being generated, while the others are being generated without any issues. What could be causing this?

{
    "msg": "{} are written in the {} language",
    "msg_named": "Easy localization is written in the {lang} language",
    "msg_mixed": "{} are written in the {lang} language",
    "gender": {
        "male": "Hi man ;) {}",
        "female": "Hello girl :) {}",
        "other": "Hello {}"
    },
    "gender2": {
        "male": "Hi man ;) {}",
        "female": "Hello girl :) {}",
        "other": "Hello {}"
    }
}

//.g file
// DO NOT EDIT. This is code generated via package:easy_localization/generate.dart

abstract class  LocaleKeys {
  static const msg = 'msg';
  static const msg_named = 'msg_named';
  static const msg_mixed = 'msg_mixed';
  static const gender = 'gender';
  static const gender2 = 'gender2';

}

yusufkecer avatar Aug 09 '24 22:08 yusufkecer

The "female" and "male" keys are not being generated.

yusufkecer avatar Aug 09 '24 22:08 yusufkecer

maybe the author is gay, trans, or part of woke community 🤣🤣

noobcoder95 avatar Feb 06 '25 01:02 noobcoder95

The keys are not created in me either

codriot avatar Feb 15 '25 15:02 codriot