• Resolved Karolina Vyskocilova

    (@vyskoczilova)


    Hi, I just translated your plugin into Czech, but I have found few strings without localization possible, could you have a look on it and make them translatable in the next version?

    class-wwp-products-cpt.php
    line 91
    return array_slice( $columns , 0 , $price_index + 1 , true ) + array( 'wholesale_price' => 'Wholesale Price' ) + array_slice( $columns , $price_index + 1 , NULL , true );

    class-www-custom-fields.php
    line 369
    array( 'wholesale_price' => 'Wholesale Price' ) +

    and at the Products overview on the Wholesale price column, the column is not translatable together with the “Wholesale Customer” below with the price.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Josh Kohlbach

    (@jkohlbach)

    Hi Karolina,

    Thanks for the message and the heads up about the missed strings!

    We’ll take care of all of these on the next release (patch or minor, whichever is first)

    Thanks again!
    Josh

    Thread Starter Karolina Vyskocilova

    (@vyskoczilova)

    Hi Josh, thanks a lot!

    Plugin Author Josh Kohlbach

    (@jkohlbach)

    Hi Karolina,

    Just an update, this will be fixed on the next release.

    Regarding the “Products overview on the Wholesale price column, the column is not translatable together with the “Wholesale Customer” below with the price”

    Unfortunately this one is not translatable as it’s from the DB. What we suggest is using Prices Premium which has a feature to enable you to rename the role to whatever you like.

    If thats not an option then you can also find snippets around the web to rename user roles (or a plugin like WPML can also help I believe).

    Hope this helps!

    Josh

    Thread Starter Karolina Vyskocilova

    (@vyskoczilova)

    Hi @josh,

    Maybe not translatable “Wholesale Customer” that’s alright, but why it’s taking the space in the column (from the programmer point of view)? From my perspective, the price itself will be enough for plugin users. I think it’s useless information considering that the column is displaying wholesale price. It could be somewhere in the plugin, but if you use overview for just checking the correct price, you don’t need this info (especially for every value in the column).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Localization’ is closed to new replies.