Oliver Welter wrote:

$self->setError (1234567,
$self->{gettext} ("File __var__ is missing.", "__var__" $var));


Proposal

$self->setError (OPENCA_I18N_MODULE_AC_INIT_NO_FILE);

Question: Whats about the "variable extension" like seen above ? Have you omitted this for better reading ? - I would not miss this feature....

If we use the web-interface like recommended by Til then you would see the English translation ("File __var__ is missing."). So the correct function call would be:


setError (OPENCA_I18N_..., "__var__", $filename);

This change would not break the translation.

If we use this approach, I think that moving the Transaltions to a Database like Til suggested some weeks ago should be considered

This is the background of the complete change. I want to put all the stuff first into our "old" pot files. Change all files and then we should do the next step and put the stuff into the database. I don't like to store all stuff in the database if we have no usable translation.


There must be a way from pot to the database and back to support all the common tools.

Michael
--
_______________________________________________________________

Michael Bell                    Humboldt-Universitaet zu Berlin

Tel.: +49 (0)30-2093 2482       ZE Computer- und Medienservice
Fax:  +49 (0)30-2093 2704       Unter den Linden 6
[EMAIL PROTECTED]   D-10099 Berlin
_______________________________________________________________


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/
_______________________________________________
OpenCA-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/openca-devel

Reply via email to