Automatic import of translations for any Drupal site.
1) We have a Localization server: www.sample.org
2) The module potx takes lines from modules in a file of template PO.
3) The new module has adjustment "the address of Localization" = www.sample.org
4) In drupal we choose the module and we request its new translation
5) The new module copies from a Localization server module_name.tar.gz
6) Takes module_name.po
7) Imports a module_name.po file to base my Drupal site.

Comments

gábor hojtsy’s picture

Title: Good idea » Offer web service for translation retrieval

Previous versions of the Localization server and localization client offered this functionality but with a custom RSS-like format. We discussed that this will possibly be added back later after the core features and user interface is polished. Now it is more important to stabilize the core functionality.

pvasili@drupal.org’s picture

It is good news. I always shall be a tester:)

gábor hojtsy’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
Status: Active » Closed (fixed)

This is now being worked on as part of the l10n_packager submodule of l10n_server (which is in the works but is already functional and has generated files available at http://ftp.drupal.org/files/translations already). The client counterpart to this is being worked on at http://drupal.org/project/l10n_update.