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

Fixed sort #20

Open
drstranges opened this issue Feb 19, 2021 · 0 comments
Open

Fixed sort #20

drstranges opened this issue Feb 19, 2021 · 0 comments

Comments

@drstranges
Copy link

Hello.

There is some issue with random sort order of locales in generated files (i18n.dart and messages_all.dart).
Maybe platform related.
For example:
i18n.dart on Max OS:
return const [
Locale("en", ""),
Locale("uk", ""),
Locale("pl", ""),
Locale("ru", ""),
];
On Ubuntu:
return const [
Locale("en", ""),
Locale("ru", ""),
Locale("pl", ""),
Locale("uk", ""),
];

messages_all.dart - even worse.
We want this files to be included in git, instead of regenerate them each time we run build. So it would be great if sort could be fixed.

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