Translation doesnt works on Ghost 6

Greetings, I have an el.json file that translates the theme, but I want to translate portal, comments, and some other parts of Ghost, so I copied the ghost.json, comments.json, portal.json, and signup-form.json from Ghost’s GitHub Repo, but I noticed that the translations are not rendered in the website. Maybe I have put them in the wrong folder? Currently are in the locales/ of the theme. Any help or suggestions would be greatly appreciated.

Thanks in advance!

Ghost does not retrieve those translations separately. They’re built into the Ghost software, the comments app, the portal app, and the sign-up form javascript.

The theme itself will read your translations, but everything else is not theme.

You could clone the Ghost repo, make your changes, and build the apps. You /may/ be able to replace ghost.json in your install, but I’m not sure.

Perhaps a better question would be this: What’s wrong with the Greek translations? If they need improvement or are missing strings, see this Github issue: 🌐 i18n mega-issue · Issue #23361 · TryGhost/Ghost · GitHub

If you’re looking to customize them to say something other than their intended meaning, then contributing back to the open source project would not be the solution, but if the quality of the translations needs improvement, I’d love to see you help make the Greek localization better for everyone!

The translation that Ghost has in Greek is correct, but it uses plural almost everywhere instead of singular. That’s what i want to change in the Ghost core