Answer the question
In order to leave comments, you need to log in
How to add word translation in OpenCart 3?
It is necessary to add translation of some words to manual.
/public_html/catalog/language/en-us/common/header.php
<p>{{ text_cm }}</p>
// other
$_['text_cm'] = 'В разработке';
// other
$data['text_cm'] = $this->language->get('text_cm');
Answer the question
In order to leave comments, you need to log in
In /catalog/language/ru-ru/common/heade.php we add the necessary translations, such as
Further already in the template body in the right place .
We do the same in other languages, the main thing is that the identifier is the same.
I did so and did not climb into the controllers. $_['text_cm'] = 'В разработке';
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question