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

Updates for drush 11 #22

Open
paul121 opened this issue Mar 17, 2023 · 1 comment
Open

Updates for drush 11 #22

paul121 opened this issue Mar 17, 2023 · 1 comment

Comments

@paul121
Copy link
Owner

paul121 commented Mar 17, 2023

We can now use drush 11 which I believe will make some things easier here. One item is listed here:

  • # Download and import farmOS translations.
    # TODO: Add --autocreate-language flag for drush 11.
    for locale in de es it nl
    do
    curl "https://ftp.drupal.org/files/translations/all/farm/farm-2.0.0-beta7.$locale.po" -o "/opt/drupal/web/sites/default/files/translations/farm-$locale.po" --silent
    drush locale:import $locale /opt/drupal/web/sites/default/files/translations/farm-$locale.po
    done
@paul121
Copy link
Owner Author

paul121 commented Oct 10, 2023

The above item has been changed, wonder what else I was thinking about....

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