Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author jquindlen

    (@jquindlen)

    Since author gave an extremely vague answer, here goes:
    Like said in the URL above, you have to edit the wp-config.php
    for example: define (‘WPLANG’, ‘fi’);

    Now this isn’t actually enough, since no one is using the old method (and it actually isn’t working for core wp anymore). You’ll have to rename the language file also.
    Wordpress is now looking for file “wpsc-support-tickets-fi.mo” and they’re named using the old method like “wpsc-support-tickets-fi_FI.mo”.
    Remove the last “_XX” from the file name and you should be fine.

    irisfd

    (@irisfd)

    Here still not working :

    in my wp-config.php >
    (‘WPLANG’, ‘pt_BR’);

    in my languages folder >
    wpsc-support-tickets-pt_BR.mo
    wpsc-support-tickets-pt_BR.po
    wpsc-support-tickets.pot

    I delete all the other languages and still not working :/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Select another language?’ is closed to new replies.