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
Every time composer drupal:l10n is called, it downloads the exact same translation files from drupal.org. This is a waste of bandwidth and time, especially on larger projects.
Is there a way to cache these downloads?
The text was updated successfully, but these errors were encountered:
I don't know the API of Composer cache, but maybe it can be used, but it will require to be able to check the timestamp of the downloaded files to be sure to have the last up-to-date versions.
Every time
composer drupal:l10n
is called, it downloads the exact same translation files from drupal.org. This is a waste of bandwidth and time, especially on larger projects.Is there a way to cache these downloads?
The text was updated successfully, but these errors were encountered: