Use Supporter in Japanese

0

Hi,I am from Japan.

Sorry, My English is not good.

I use Supporter.

If I chage the sentence in Setting of Supporter Administration, Ther are Garble.

“Plugins Message” , “Premium Support Message” and ”Theme Preview Message” become Garble like this “ã??ã?¹ã??”

Please help !!

And, I have one more wish.

in supporter-gateway-paypal.php

‘JA’ => ‘JAPAN

Please add this for Japanese User.

  • chiga
    • Design Lord, Child of Thor

    Hello,Aran.

    > Does it garble the messages in the actual output?

    Yes, it garble the messages in the actual output. :slight_frown:


    > What do you mean by ‘JA’ => ‘JAPAN’? Are you talking about adding another currency or paypal site?

    Sorry, this is paypal site.

    I add this myself in supporter-gateway-paypal.php.

    I chaged like this.

    line 67~87 in supporter-gateway-paypal.php

    $locales = array(
    'AU' => 'Australia',
    'AT' => 'Austria',
    'BE' => 'Belgium',
    'CA' => 'Canada',
    'CN' => 'China',
    'FR' => 'France',
    'DE' => 'Germany',
    'HK' => 'Hong Kong',
    'IT' => 'Italy',
    'JA' => 'JAPAN',
    'MX' => 'Mexico',
    'NL' => 'Netherlands',
    'PL' => 'Poland',
    'SG' => 'Singapore',
    'ES' => 'Spain',
    'SE' => 'Sweden',
    'CH' => 'Switzerland',
    'GB' => 'United Kingdom',
    'US' => 'United States'
    );

    In here, line 11. I add.