R
R
raiseskills2016-04-01 00:02:42
PHP
raiseskills, 2016-04-01 00:02:42

How to find where to fix the translation of Menu to Menu?

47f9278409134e2ba869700e1dab82b8.png
Yesterday I used Poedit and translated the topic into Russian, and today, looking at it on my phone, I saw that there is an untranslated string on the mobile version.
First of all, I got into the translation and started looking for the line Menu, but it's not there.
Then I got into the Suppamenu Pro Plugin, it is responsible for the menu (there is also no such line - although there are language files).
c038557523a347b888ab0705beb393d4.png
In general, it’s completely confused how to find the line that is responsible for the given text and in which file and how to find the path to the file. If this is for you Find 3 minutes and give a hint, and I myself explore the whole way.

Answer the question

In order to leave comments, you need to log in

5 answer(s)
N
nikfakel, 2016-04-01
@raiseskills

Give a link to the site. There might be a script that does it.
Alternatively, here's a little jQuery code to help:

<script>
jQuery(document).ready(function($){
$('.suppa_rwd_text').text('Меню');
});
</script>

R
Roman Dvoryanov, 2016-04-01
@Raxen

in the header.php of the theme, if the menu uses sidebar, then sidebar-menu_name.php, or in the admin panel in the menu name, the easiest way is to look in the theme files

S
Serg Shot, 2016-04-01
@Serewwka

There is a hardcore solution - copy the entire theme and plugins to your computer, search in the total commander, look for this text in the documents. Profit.

N
Ninja Mate, 2016-04-01
@victorzadorozhnyy

If the theme or plugin comes with a translation, then there must be po mo files and the program will eat there, you can make a translation. If not, then the script from nikfakel 's answer is quite suitable, in its footer )

E
Eugene, 2016-04-01
@Eugeny1987

This is specified in the js script that generates the menu
grushastore.ru/wp-content/plugins/suppamenu/standa...
rwd_text: "Menu"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question