What goes in the "Server" text box in the /admin/settings/l10n_client page?

Currently it contains http://www.titanatlas.com/translation_update (which does not seem to work anyway). Should I replace it with something based on a l10n_server installation of mine if I have one? What exactly should I enter?

Comments

gábor hojtsy’s picture

Status: Active » Postponed

The connection of l10n_server and l10n_client is being redefined. I am publishing a new l10n_client soon, which is the beginning of an "active client" to the l10n_server (compared to the current l10n_client being a passive one). That is, the new l10n_client will allow people to translate stuff on their site (by browsing around and finding untranslated stuff). Then it will be possible to share the translations with the community.

The classic (passive) l10n_client functionality might or might not be restored later. Because l10n_server will run somewhere on drupal.org, we need to take care of the drupal.org admin arguments about running a resource intensive service there, and we need to think about possible support problems. The titanatlas server is not working anymore due to it being a resource hog for Bruno.

gábor hojtsy’s picture

Version: 5.x-1.x-dev » 6.x-1.x-dev
pasqualle’s picture

Title: "Server" text box » l10n_server connection
Category: support » feature

any news or info?

gábor hojtsy’s picture

Status: Postponed » Active

This will be worked on but I am concentrating on fixing any bugs showing up for Drupal 6 translators right now, since that's what we need to work smoothly right now.

hass’s picture

i'd like to ask if we are able to implement a server connector into the client module.

Situations like the following comes up very often:
1. You have the client started, and a string is not translated yet.
2. There should be a button "lookup translation server" for this string.
3. Translation is available, import the string and save, no need to re-translate myself again.
4. If string do not exist, but suggestion is available, copy/import/save the suggestion over from translation server. If i don't like the suggestion i could redo this again and upload back as my suggestion.
5. If no translation and no suggestion exists, allow to translate and *contribute* back to the translation server by "save" and waiting for approval.

Next time i'm re-importing the newer package i get the official translation on my box... great.

AD-DA’s picture

Any update on how to connect the localization client to the server?

What address should be used in the server field of admin/settings/language/configure/l10n_client ?
For example I tried http://l10n.drupalfr.org/ but this does not work

ukch’s picture

Version: 6.x-1.x-dev » 6.x-1.6

Subscribing to this thread. I am also having problems getting this moduile to work with a translation server.

I entered http://l10n.drupal.org.es/ into the box (I want a Spanish translation of my site), but it gave me the error:
'Invalid localization server address specified. Make sure you specified the right server address.'

But I then tried again with another one of the translations listed on the l10n_server project page (the Greek one) and it worked fine. So I'm wondering if perhaps certain servers work with this module and others (ie. those with a different configuration) don't.

ukch’s picture

I just did a bit of looking at code, and it turns out that the server http://l10n.drupal.org.es/ returns an error code when queried by the l10n_client. Here's the error:

faultCode -32601 faultString Server error. Requested method l10n.server.test not specified.

Does this mean that the server isn't configured properly? Can nothing be done until they fix their server? Or is this error fixable?

ukch’s picture

Version: 6.x-1.6 » 6.x-1.x-dev
asb’s picture

Hi,

could someone please update this issue?

In the current stable release there is no ./admin/settings/l10n_client anymore (referred in the initial posting from July 4, 2007).

Also, the title of this issue ("l10n_server connection") might suggest that there will be/should be a possibility to import translations from a l10n server ;)

Greetings, -asb

gábor hojtsy’s picture

Status: Active » Closed (duplicate)

@asb: @hass: Importing stuff is handled by l10n_update module, see that for this functionality. For docs on the module, see the README.txt which was just recently highly improved in #729350: Create documentation.

@ukch: the server you tried to connect to had an outdated setup and was not using the latest protocol.

This submission features were resolved in other issues already.

asb’s picture

@Gábor: Thanks for the pointer to Localization update; I stubled over it a while ago but didn't try it since the project page said (and still says): This module is not yet functional. Only developers welcomed at this point..

However, the intention behind my posting was to ask is this long standing issue could be closed since the initial question from 2007 (What goes in the "Server" text box in the /admin/settings/l10n_client page?) seems to be irrelevant with recent version of Localization client. I think your setting the status to duplicate will do the trick, anyway.

Thanks & greetings, -asb

gábor hojtsy’s picture

@asb: yes, just check out the README in the issue I've pointed to, it is already committed and should explain how setting this up should work.