hi
i'm using the Localization update module to get up to date the backoffice of my websites...so i would to know the way to do this update via drush ?
i'm on multisite (local server) and monosite (prod)...
thanks
hi
i'm using the Localization update module to get up to date the backoffice of my websites...so i would to know the way to do this update via drush ?
i'm on multisite (local server) and monosite (prod)...
thanks
Comments
Comment #1
jonhattanThis question pertains to l10n-update module. Anyway you need latest l10n-update (see: #1057150: Rework drush l10n-update commands) and do this on each site:
drush l10n-update-refresh&&drush l10n-update --languages=es,fr,deand also you can set--mode=keep|overwrite, default is to keep existing translations.There's (still) no command to enable languages so you need to enable them first via web.
Comment #2
aiphesafter test this seem not work :
on dev server and prod server.all run the drush 5.0dev version, and the last l10n-update module version
Comment #3
jonhattanIf your using 6.x you need 6.x-dev. Also the module needs to be enabled for the drush commands to work.
Comment #4
gábor hojtsyTo ease use of the module with Drush, there should be a new 6.x release of the module sometime soon, but don't count on it being in a couple days. Otherwise just follow help from drush and in the issue linked above. Please reopen if it does not work with the development version of the module.
Comment #5
aiphesok i wait , i did install the dev version :
so it's better than alpha release..
Comment #6
gábor hojtsyHa, ok. It does not work from your web interface either?
Comment #7
aiphesyes it works on web interface, but not on ssh with drush
Comment #8
sutharsan commentedWith the current dev release I cannot reproduce this.
All work as expected. Both local and remote updates are resolved. Feel free to reopen if you have additional questions.