We need a locale data JSON file where we can keep all our labels, messages, etc. language variables to set their translations for the specific language.
For this, create a file “ru_RU.json” under the folder
Now, you can copy the whole content of the file src/i18n/locales/en_US.json
This file contains all the translation variables with the value of English language strings and paste that into our newly created ru_RU.json file.
The above step will give us all the labels, messages, etc variables and we can replace their values with the Russian translation.
For example, let’s change value of pages.samplePage from "Sample Page" to "Пример страницы".