Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not genereted female and male keys #701

Open
yusufkecer opened this issue Aug 9, 2024 · 1 comment
Open

Not genereted female and male keys #701

yusufkecer opened this issue Aug 9, 2024 · 1 comment

Comments

@yusufkecer
Copy link

yusufkecer commented Aug 9, 2024

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
Copy link
Author

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

@yusufkecer yusufkecer changed the title Not genereted object Not genereted female and male Aug 9, 2024
@yusufkecer yusufkecer changed the title Not genereted female and male Not genereted female and male keys Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant