Hi, guys, localisation doesnt work on localhost. Is it normal ?
gets (good) but locales/ru.json dont work (en.json dont work too)Hi @Nickkolya,
Localisation works on localhost too. Maybe you have some errors in .json files. Test your json validity.
Did you select your desired language from Ghost’s Settings > General > Publication language ?
Also, the active theme should be translatable, that is with each English text of the .hbs templates wrapped in {{t "..."}} translation helpers. See Ghost’s i18n blog post and docs, and some examples of translatable themes.