Plugin Author
TC.K
(@wp_dummy)
There are no language file available yet. But you can create your own language file and save it to ultimate-wp-query-search-filter/lang/ folder.
Hi, thank you, I created the pot file, but it doesn’t include the “search” string for the search button. There is only a string of: “text of the search button” and similar expressions, which all seems to be part of the admin dashboard of the plugin. So I cannot translate the button text this way.
Can you help, were is exaclty the button text of “search” in the code?
Or any other idea would be very appreciated.
Thank you very much!
Plugin Author
TC.K
(@wp_dummy)
Because the ‘Search’ button is dynamic, you can’t include it in the pot file. But you can directly change the language of text in the text of the search button field..
Hi, thank you, I replaced these text:
text of the search button
and
The text of the submit button?
In the language file, but no change.
Should I replace it directly in the code? In this case, which file include this “search”?
Thanky you very much!
Plugin Author
TC.K
(@wp_dummy)
I meant the Search button text in the admin. It is to change the search button text.
Hi, sorry, it was my mistake, that I didn’t find it in the dashboard. I do apologoze for the problem, thank you!
Hello,
I use Ultimate WP Query Search Filter v1.0.10 with WP v4.7
I’ve translated the plugin in Portuguese (front-end only), but I cannot make it work.
I’ve created the .po and .mo files using the “——” as translation keywords.
My site langage is set to pt_PT (define (‘WPLANG’, ‘pt_PT’) in the wp-config.php + Portuguese option in the wordpress admin settings.
The pt_PT.mo file is here: wp-content/plugins/ultimate-wp-query-search-filter/lang/pt_PT.mo
But no translation…
Any idea of what’s missing?
Thank you very much for your work, by the way!