Last updated May 20, 2013. Created by Kristen Pol on January 22, 2012.
Edited by LeeHunter, frederickjh, jvns, djungle. Log in to edit this page.
The Localization update module helps you keep your interface translations for core and contributed modules up-to-date by grabbing them from the central Drupal translation repository (localize.drupal.org) or another Localization server. This means that you do not have to download and import translations manually. This module requires enabling the Locale (core) module. These are the steps to installing the module:
- Enable the Locale (core) module
- Download and enable the Localization update module
- Go to the configuration page at:
admin/build/translate/update(Drupal 6) oradmin/config/regional/translate/update(Drupal 7) - Wait patiently as the module looks for translation updates for you
- Click Update translations button
- Wait patiently as the module gets all your translations
- (optional, but recommended) Configure settings to get updates regularly via cron at:
admin/settings/language/update(Drupal 6) andadmin/config/regional/language/update(Drupal 7)
=============
From README.txt (needs to be better incorporated)
=============
Alternatively, locally stored translation files can be used as translation source too. By choice, updates are performed automatically or manually. Locally altered translations can either be respected or ignored.
The Localization update module is developed for:
- Distributions which include their own translations in .po files.
- Site admins who want to update the translation with each new module revision.
- Site builders who want an easy tool to download translations for a site.
- Multi-sites that share one translation source.
Installation
- Download, unpack and enable the module the usual way.
- Translations status overview can be found at Administer > Configuration > Languages > Translation updates (Drupal 7)
- Update configuration settings can be found at Administer > Configuration > Translate interface > Update (Drupal 7)
Translating Drupal core, modules and themes
When Drupal core or contributed modules or themes get installed Drupal core checks if po translation file are present and update the translation with the string found in these files. After this the localization update module checks the localization server for more recent translations and updates the site translations if a more recent version was found.
Note that the translations contained in the project packages may become obsolete in future releases.
Using cron translations may be updated regularly. Depending on setting updates are performed daily or weekly.
Changes to translations made locally using the site's build in translation interface (Administer > Site building > Translate interface > Search) and changes made using the localization client module are marked. Using the 'Update mode' setting the locally edited string can be kept and not overwritten by translation updates.
Alternative sources of translation
Each project i.e. modules, themes, etc. can define alternative translation servers to retreive the translation updates from. Include the following definition in the projects .info file:
l10n server = example.com
l10n url = http://example.com/files/translations/l10n_server.xmlThe download path pattern is normally defined in the above defined xml file. You may override this path by adding a third definition in the .info file:
l10n path = http://example.com/files/translations/%core/%project/%project-%releaseAPI
Using hook_l10n_servers the l10n update module can be extended to use other translation repositories. Which is usefull for organisations who maintain their own translation.
Using hook_l10n_update_projects_alter modules can alter or specify the translation repositories on a per module basis.
See l10n_update.api.txt for more information.
Comments
Updating site languages
Hello,
I have to say that when updating thru admin/config/regional/translate/update, most of the time it fails. And when you have a lot of languages, it's worst. The only solution I found to make it work properly is the
drush l10n-updatefunctionnality.David
http://www.smol.org
I think this
I think this part
should be like this:
Installation
In short: Menu paths in #2 and #3 should be switched.
I might be wrong/misunderstood; so i did not edit this page directly.
Mediasaur | http://www.mediasaur.com/en | http://twitter.com/mediasaur
Before asking for help, please read this http://slash7.com/2006/12/22/vampires/ and don't be a "Help Vampire". :)