Viewing 6 replies - 1 through 6 (of 6 total)
  • +1 English version or at least how do we translate it to our languaje. I use it in a spanish blog and I would appreciate it so much because sounds a bit weird to have that “Preis: Kostenlos” in the banner ??

    Plugin Author Marcelismus

    (@marcelismus)

    Next version will come with po-files.

    Manuel5cc

    (@manuel5cc)

    That is so cool thank you!

    CliffWade

    (@cliffwade)

    Is there any time frame of when the next version will be released ?

    I am currently using the Savrix Android Market plugin and it’s no longer working for me and this plugin seems to be working, but I don’t understand the language and my readers are mostly English speaking.

    alanwoolley

    (@alanwoolley)

    The new version has added English support and everything appears to have been translated nicely apart from one thing. I’ve got a Google Play banner in a post and everything is translated apart from ‘Kostenlos’.

    Thread Starter Noumaan Yaqoob

    (@noumaan)

    Alanwooley

    I hope the plugin author will surely fix this in next version.

    For now if you really must have it then you can go to /wp-content/plugins/wp-appbox/inc/ directory and edit the file class.php on line 77 you will find:

    if(strpos($app_price, 'Install') !== false) $app_price = 'Kostenlos';

    Replace the line with this:

    if(strpos($app_price, 'Install') !== false) $app_price = 'FREE';

    DISCLAIMER: This is not the recommended way to do this but it is a possible solution.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘English version of the plugin’ is closed to new replies.