-
AuthorPosts
-
August 14, 2019 at 10:59 am #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 onwardsin between, the following are not translatable:
– Popularity (sales)
– Average rating
– Relevance
– Product IDThis 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 6 years, 2 months ago by
carqueville.
August 15, 2019 at 7:10 pm #1127996Hey Peter,
Best regards,
VictoriaAugust 22, 2019 at 11:13 am #1129949What 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.
August 23, 2019 at 5:02 pm #1130406Hi 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 -
This topic was modified 6 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
