Translate
Last updated
This theme includes built-in support for multiple languages and can be fully translated using simple JSON files. It also provides automatic RTL support for Arabic (ar).
English (en)
Spanish (es)
French (fr)
Portuguese (pt)
German (de)
Dutch (nl)
Italian (it)
Turkish (tr)
Arabic (ar)
Translations are powered by Ghost’s {{t}} helper and a set of JSON files inside the locales/ folder.
You can edit any existing file or add a new language without installing dependencies.
For more details, refer to the official Ghost translation guide.
Unzip the theme on your computer.
Open the "locales" folder inside the theme directory.
Use a code editor (such as Visual Studio Code or Cursor) to edit a file like pt.json.
Duplicate an existing file (e.g., en.json).
Rename it using a valid language code (e.g., de.json).
Replace the values with your translations.
Compress the entire theme folder into a new ZIP file.
In Ghost Admin, go to (Theme → Change theme → Upload theme).
Upload your updated ZIP file.
Go to (General → Publication Language) and enter your language code (e.g., pt, es, fr, ar, de).
For safe translation editing, use a code editor that supports UTF-8 and JSON formatting:
Avoid editors like Notepad or Word — they may introduce errors or break JSON formatting.
Last updated
{
"Subscribe": "Inscreva-se"
}