Localization
-
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.
The topic ‘Localization’ is closed to new replies.