Viewing 6 replies - 1 through 6 (of 6 total)
  • Any update on a fix?

    I have the same issue! I’m in Texas and Spanish is the most important translations.

    Same issue here… no Spanish

    Would someone please post the steps to “fixing” the arrays that define es as well as the other broken languages.

    I am in Texas myself and we really need to have the Spanish portion working.

    Does this meen the plugin works for you just not with the spanish language?

    Thread Starter sethcardoza

    (@sethcardoza)

    Here’s the fix in detail

    In the $target_languages array in the MicrosoftTranslation class, add the following line:

    ‘ht’, // Haitian/Creole
    ‘es’, // Spanish

    In the $display_name array in the MicrosoftTranslation class, add the following line:

    ‘ht’ => ‘Kreyòl’,

    In the $translate_message array in the MicrosoftTranslation class, add the following line:

    ‘ht’ => ‘tradui’,

    These entries can be added to the end of the respective arrays, or can be added in alphabetical order as the rest of the content of the array.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Plugin: Microsoft AJAX Translation] Hatian Creole and Spanish Broken’ is closed to new replies.