Bump. I am using the “journal 1.0.0” theme. Set language to Spanish. Now dates are using Spanish abbreviations but everything else is English only. The theme might be in Spanish even if most/all of my writing is in English. Or any other language. I just happen to have a Spanish-language domain name. Want to know if it works if I set the language.
Glancing at front page of published site, look for terms that should be translated. Use grep tool to find them in the index file for the theme. There is a {{reading_time}}
helper, but no {{t}}
helpers for the indicated terms.
[ghost@blanco journal]$ pwd
/home/ghost/ghost/content/themes/journal
[ghost@blanco journal]$ grep -En "Latest|More issues|About|Topics|read" index.hbs
11: <span class="gh-card-date">Latest — <time datetime="{{date format="YYYY-MM-DD"}}">{{date format="DD MMM YYYY"}}</time></span>
19: <span class="gh-card-duration">{{reading_time}}</span>
34: <h2 class="gh-section-title">More issues</h2>
57: <h2 class="gh-section-title">About</h2>
113: <h3 class="gh-section-title">Topics</h3>
[ghost@blanco journal]$