You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Imagine if you have 100+ .arb files, after use Extract to ARB option to extract a string to all the arb files.
The plugin then runs pub global run intl_utils:generate 100+ times.
It should run only once. Or we should have an option to prevent it from running automatically.
The text was updated successfully, but these errors were encountered:
It should run pub global run intl_utils:generate once, but that command would generate it for all languages (arb files).
Yes. This is true.
That command will run once if I made a change to an ARB file & save.
But if I made changes to multiple ARB files & save them, that command will run multiple times. This is not necessary and causes a huge impact on performance.
Nice catch @simonpham, thanks!
I could reproduce it when using "Save All".
I am closing this issue, and I opened a new issue for Android Studio IDE plugin localizely/flutter-intl-intellij#48 since it is related to IDE plugin, not to intl_utils package.
Feel free to add more info there in case I missed something.
Imagine if you have 100+ .arb files, after use Extract to ARB option to extract a string to all the arb files.
The plugin then runs
pub global run intl_utils:generate
100+ times.It should run only once. Or we should have an option to prevent it from running automatically.
The text was updated successfully, but these errors were encountered: