Find attached a patch which backports the server connection functionality in the D6 release of the l10n_client module. With this patch l10n_client is capable of sending translated strings to the l10n_server.
I tested it a little and so far I have not found problems. The backport was pretty straight forward.

CommentFileSizeAuthor
l10n_client_server.patch6.87 KBtoemaz

Comments

gábor hojtsy’s picture

Well, Jose was the author of this code mostly and he maintains the Drupal 5 version, so he is the best to review it. Thanks for the backport!

toemaz’s picture

In order not to confuse potential users: if you use this patch for a Drupal 5 install, the l10n_server has to be installed on another Drupal 6 install. But I guess it's quite obvious.

The patch has been tested on 2 Drupal 5 production websites.

jose reyero’s picture

Status: Needs review » Needs work

Looks interesting.

I think we need to add some note about 'l10n server only' to the settings page so users don't get confused.

gábor hojtsy’s picture

@seutje at #191238: Updated Drupal 5 release with live search says just popping in the D6 version on D5 works, so maybe best would be to try it out, document there and if it works, just re-commit the whole D6 codebase to D5 and release there as well. Not sure we should handle individual backports, since D5 is nearing its end of life.

gábor hojtsy’s picture

Status: Needs work » Closed (won't fix)