Thursday 06 November 2003 10:45:31 am
I would like to ask one of my friends to translate my website (eZp 3.2). He don't has cheap internet-access, so that was my idea: I create a "translation" of the nodes (in the admin interface), and I put a QQQ (or something unique) before every sentence to be translated. Then I send the database dump to my friend, he searches for QQQ-s, makes the translation, and finally I fill back the database. The problem is that the ezsearch_word table won't be filled this way. I tried to modify some words after this "reload" - in hope that the system will recognize some new words - but there was no change in the ezsearch_word table. What is the way to make eZp to generate records in ezsearch_word? (I tried to examine kernel/search/plugins/ezsearchengine/ezsearchengine.php, but I couldn't find out, how it works. array_diff( $indexArrayOnlyWords, $existingWordArray) must be some important moment, but why was not I able to make it generate new records...?)
|