> Dear all, > > I am trying to put in the BETA translation that Google offers; the one > that I am trying to configure is the English to Arabic BETA > > I had edit the translation plugin (index.php) by adding > > translate_lang_opt('en_US', 'ar*', 'en|ar', sprintf( _("%s to > %s"),_("English"),_("Arabic BETA"))) . > > in to google section. But it fails as it display ? ????? ??? ???????? in > the translate result box. > > My operating system is using english > > What else I need to change to have this new translation working?
find ---- echo '<input type="hidden" name="ie" value="Unknown" />' . '<input type="hidden" name="oe" value="ASCII" />' . ---- in translate_form_google() function and replace input field values with 'UTF8'. In order to translate from English to Arabic, it is enough to set 'oe' field value to 'UTF8'. Translation from Arabic to English might require more modifications. -- Tomas -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@lists.sourceforge.net List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users