Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Theme Customizer › Appearance › the translation of "submit" button at home has disappeared
- This topic has 5 replies, 2 voices, and was last updated 4 years, 9 months ago by Themosaurusrex.
-
AuthorPosts
-
ruizParticipant@ruiz
- 9 Topics
- 60 Posts
hi, I just updated to the latest version and the translations of the “submit” buttons have disappeared both in the home and in the sidebar, I’ve been plugin by plugin with loco translate, syncing and searching and there’s no way, I have even tried with the code:
function gwangi_custom_bps_form_home_submit_value( $value ) { $value = 'Find My New Gym Partner'; return $value; } add_filter( 'gwangi_bps_form_home_submit_value', 'gwangi_custom_bps_form_home_submit_value' );
and nothing
January 21, 2020 at 14:45 #9423@themosaurusrex- 0 Topics
- 2048 Posts
Hi @ruiz,
It’s possible that some changes have occurred as the related template has moved from our theme to our Grimlock for BuddyPress plugin.
Could update your locotranslate to make sure that you have the latest version for the translation has been generated please?Thank you.
January 21, 2020 at 15:14 #9426ruizParticipant@ruiz- 9 Topics
- 60 Posts
yes, i have the latest version and nothing, i can do the translation changing the code
function gwangi_custom_bps_form_home_submit_value( $value ) { $value = 'BUSCAR'; return $value; } add_filter( 'grimlock_buddypress_bps_form_home_submit_value', 'gwangi_custom_bps_form_home_submit_value' );
but the problem is we want in the future have more languages and this is a problem, only i can translate one time
January 22, 2020 at 10:24 #9442@themosaurusrex- 0 Topics
- 2048 Posts
Hi @ruiz,
This snippet will work. However, it should not be used anymore.
If you have updated Gwangi and Grimlock for BuddyPress, the “Submit” text for the button should appear when refreshing the list for your Grimlock for BuddyPress translated strings.Once it is set, you can translate the string with Loco Translate like you did before.
Cheers,
January 23, 2020 at 12:00 #9457@themosaurusrex- 0 Topics
- 2048 Posts
Hi @ruiz,
What exactly do you want us to help you with? It’s a bit confusing.
If you have all your plugins and your theme up-to-date, you just have to update your translation with Loco Translate. As you’re also mentioning the .po and .mo files, I would also advise to update your translation files with Poedit.
When done correctly, this string should reappear in your list and you should be able to translate it.
Have you tried to reach the Loco Translate authors? They might be more informed and better suited to help you.
To go further, we invite you to post your request on their support forums:
https://wordpress.org/support/plugin/loco-translate/We remain available for all support requests related with the use of your theme.
Best,
January 24, 2020 at 18:22 #9500 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘the translation of "submit" button at home has disappeared’ is closed to new replies.