Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 4 of 4

Thread: vBET 3.8.0 and 4.7.0 Released - FREE and CHEAPER machine translation available!

  1. #1
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default vBET 3.8.0 and 4.7.0 Released - FREE and CHEAPER machine translation available!

    Hello.

    FREE AND CHEAPER MACHINTE TRANSLATION IN vBET!

    Today we have for you new vBET releases for 3.x and 4.x with GREAT improvements. Most important - lot of FREE translations and costs optimizations. We added support for new providers: Yandex (1M FREE characters/DAY), DetectLanguage (5 000 free detections daily), SDL Be Global (1/4 cheaper than Google). Also we optimized translations of GUI sentences with numbers, by separating it - now changing number will not create new translation for whole sentence and numbers are not translated at all (configurable). We was checking translation logs for months to make it better
    For details please see below:

    COSTS OPTIMIZATIONS:
    • Support of Yandex translations (1M characters/day FREE, to compare Google gives 0, Microsoft gives 2M free characters/month). Id doesn't support all languages pairs but it is great costs improvement. REMEMBER to set API key (Admin CP -> vBET -> Translation Providers)
    • Support of SDL BeGlobal translations (1/4 cheaper than Google). Not supports all language pairs, but those supported will be cheaper. REMEMBER to set API key if you want to use it
      • WARNING: At this moment (22 October 2013) SDL BeGlobal do not allows to set expenses limits! Using it for new installations (where translations cache is not filled up) can end with large bill. Also for old installations (with translations cache filled) this can create lot of expenses in case of successful spam attack.
      • NOTE TO WARNING: At this moment SDL BeGlobal is working to add possibility to limit expenses. And because it is 1/4 cheaper than Google it is worth use it. Still please note that we do not recommend using any paid API without expenses limitation, because of reasons mentioned in warning.
      • WILL BE SAFE SOON: According to information from SDL BeGlobal team, expenses limitation functionality should be available soon.
    • Support of Detect Language (5 000 language detections/day FREE, in Google you pay for each one by its characters). Supports detection for all languages. REMEMBER to turn it on (set its API key AND set Admin CP -> vBET -> Language Detection -> Detection API to Detect Language)
    • NOTE: vBET automatically queues providers for each language pairs to optimize costs, so free and cheaper providers will be used before more expensive if there is such possibility. Still only one language detection API is always used - see previous point for details.
    • Language detection for new posts now is done just before saving – no more checking post which will be rejected anyway.
    • Fixed bug for not translating numbers (those where really still translated). Now this option also doesn't translates dates (see description in "Admin CP -> vBET -> Translation Options -> Don't translate numbers" for details).
    • Do not translate numbers in lot of locations (really lot of supported places). Please note that previous option works only for texts which are entirely numbers. To avoid new translation each time some GUI text including number will change (like: Views 12; Views 13...), now vBET separates such numbers in result HTML (mostly by italic html node). What makes only one translation (in this example Views), because numbers will not be translated.
    • Do not display banned users member pages, just info about not registered user (configurable).
    • Do not allow vBSEO to change meta keywords and descriptions on translated pages. Now we do not translate duplicated keywords added by vBSEO, nor content of BBCodes code, php, and html which was added there by vBSEO. Normal pages are without changes in this matter.
    • And much more - too much to describe each case.


    CHANGES:
    • Option "Translate vBSEO messages in JavaScript" adopted for vBSEO 3.6.1 (only for vBET 3.x, because vBSEO 3.6.1 do not work properly on vBulletin 4.x)


    BUGS CORRECTED:
    Last edited by vBET; 23-10-13 at 17:45.

  2. #2

    Thumbs up

    Outstanding good work!
    Thank you so much!


    With new Yandex API all european languages working perfect on my site now.

    I have only problems with Hebrew/Arabic languages - they don't translate at all.
    May be Yandex does not work with them?
    Last edited by sergarch; 22-10-13 at 23:43.

  3. #3
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Yes - Yandex do not supports all languages... Please see this (I think) great article (mine ) about costs optimizations with vBET: http://www.vbenterprisetranslator.co...e-cheaper.html


    Also if you are intersted about details - here you have supported Yandex language pairs from last time whe checked:
    Code:
    ["ru-en","ru-pl","ru-uk","ru-de","ru-fr","ru-be","ru-es","ru-it","ru-da","ru-pt","ru-nl","ru-bg","ru-hr","ru-cs","ru-sv",
    "ru-tr","ru-ro","ru-sr","en-ru","en-uk","en-de","en-fr","en-be","en-es","en-it","en-da","en-pt","en-nl","en-cs","en-sv","en-tr","pl-ru",
    "pl-uk","pl-be","uk-ru","uk-en","uk-pl","uk-de","uk-fr","uk-es","uk-it","uk-bg","uk-cs","uk-tr","uk-ro","uk-sr","de-ru","de-en","de-uk",
    "de-fr","de-be","de-es","de-it","de-tr","fr-ru","fr-en","fr-uk","fr-de","fr-be","be-ru","be-en","be-pl","be-de","be-fr","be-es","be-it",
    "be-bg","be-cs","be-tr","be-ro","be-sr","es-ru","es-en","es-uk","es-de","es-be","it-ru","it-en","it-uk","it-de","it-be","da-ru","da-en",
    "pt-ru","pt-en","nl-ru","nl-en","bg-ru","bg-uk","bg-be","hr-ru","cs-ru","cs-en","cs-uk","cs-be","sv-ru","sv-en","tr-ru","tr-en","tr-uk",
    "tr-de","tr-be","ro-ru","ro-uk","ro-be","sr-ru","sr-uk","sr-be"]

  4. #4
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default Translation leakage for SDLBeGlobal

    Hello.

    We found translation leakage for SDL BeGlobal in this release. This is only about translations with " sign included. For such translation there is bug in result parsing. So results are not going to cache and such translations are asked again, and again from provider.

    This is already fixed and will be included in next release.

    For this release pleas use this quick fix:
    1. Open file /includes/vbenterprisetranslator_class_translator.php
    2. Find:
    Code:
    $result = str_replace(array('\"', '\\\\', '\r\n'), array('"', '\\', ' '), $result);
    3. Replace by:
    Code:
    $result = str_replace(array('\"', '\\\\', '\r\n', '\n'), array('\'', '\\', ' ', ' '), $result);
    As mentioned this will be included in next release

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •