Language
Where can I edit language text?
First, let’s figure out where to find the files and texts for the languages of the site
So open the folder core/langs and see the following:
Open the file with the name of the language you want to edit. For example english.json
We find there the text that we want to change, for example (Login) to (Sign in)
Copy the key and value "login": "Login"
and go to the folder custom and open a file there with the corresponding name of the language that we want to change, in our case it was english.json
We remove if there is a comment and put the key and the value in the same format as shown below:
However, keep in mind that the keys must match the originals exactly, and when editing text, do not remove special expressions like {@some_value@}
You do the same for other languages.