Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Как добавить языковый перевод?


Recommended Posts

Всем доброго дня.. предположим на сайте - некоторые вещи переведены прямо в шаблоне. Если я туда вставляю часть отсюда /catalog/language/uk-ua/common/footer.php в котором добавил, например:

 

$_['text_search2']       = 'Пошук товарів2';

 

А тут, /catalog/view/theme/techboom/template/common/footer.tpl вписал это , где надо - то на сайте после обновления кеша и модификаторов ровно ничего не произошло((

 

Что я сделал неправильно?

 

 

Link to comment
Share on other sites


25.07.2023 в 12:24, PaulKravchenko сказал:

треба ще у відповідному контролері визначити:

$data['text_search2'] = $this->language->get('text_search2');

 

Якщо не складно вкажіть шлях до цього файлу. Дякую

Link to comment
Share on other sites


В 25.07.2023 в 12:57, wwizard сказав:

Якщо не складно вкажіть шлях до цього файлу. Дякую

Если речь за footer, то catalog/controller/common/footer.php

Link to comment
Share on other sites

  • 2 weeks later...
25.07.2023 в 13:53, ibond сказал:

Если речь за footer, то catalog/controller/common/footer.php

Итого:

 

\catalog\controller\common\footer.php

Добавил строчку:

	$data['text_prof'] = $this->language->get('text_prof');

 

\catalog\language\ru-ru\common\footer.php

$_['text_prof']   		= 'Команда проффесионалов';

 

\catalog\language\uk-ua\common\footer.php

$_['text_prof']   		= 'Команда професіоналів';

 

\catalog\view\theme\шаблон\template\common\footer.tpl

<div class="service-item">
  <span class="pe-7s-add-user"></span>
  <div class="title"><?php echo $text_prof; ?></div>
  <div class="text">На ринку понад 20 років. Великий досвід. Порядність</div>
</div>

 

В результате, на странице сайта в Укр версии:

........

 

"блин"..... Пока писал, проверяя себя, нашел ошибку, теперь все работает))

 

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.