Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1127556

    Hi,

    I think I found a serious bug in config-woocommerce/config.php concerning the German translation of the product filters:

    The filters consist of:
    – Default
    – Costum
    – Name
    – Price
    – Date
    (…)
    – Random

    –>> those are translated in de_DE_po from line 27127 onwards

    in between, the following are not translatable:
    – Popularity (sales)
    – Average rating
    – Relevance
    – Product ID

    This concerns config-woocommerce/config.php line 1382:

    $product_order['default'] = __( 'Default', 'avia_framework' );
    		$product_order['menu_order'] = __( 'Custom', 'avia_framework' );
    		$product_order['title'] = __( 'Name', 'avia_framework' );
    		$product_order['price'] = __( 'Price', 'avia_framework' );
    		$product_order['date'] = __( 'Date', 'avia_framework' );
    		$product_order['popularity'] = __( 'Popularity (sales)', 'avia_framework' );
    		$product_order['rating'] = __( 'Average rating', 'avia_framework' );
    		$product_order['relevance'] = __( 'Relevance', 'avia_framework' );
    		$product_order['rand'] = __( 'Random', 'avia_framework' );
    		$product_order['id'] = __( 'Product ID', 'avia_framework' );via_framework' );

    Will this be fixed? What can I do in the meanwhile that doesn’t involve directly editing config.php?

    • This topic was modified 5 years, 3 months ago by carqueville.
    #1127996

    Hey Peter,

    Best regards,
    Victoria

    #1129949

    What I mean by “not translateble” is, that they are nowhere to be found in the translation file.

    The way I found out that its Enfolds strings is that “Popularity (sales)” specifically only appears within a Enfold-specific file config-woocommerce/config.php

    But I can’t seem to find those strings in the translation file.

    #1130406

    Hi carqueville,

    Well, if they are not there, you can add them to the language file for the language that you need and the translation.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.