You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading from jekyll-theme-so-simple (3.1.2) to jekyll-theme-so-simple (3.2.0), localization seems broken: I still have locale: it set in my _config.yml but labels are in english (e.g. "Read More" link at the end of each article)
update: breakage starts with 3.1.3 and is unrelated to the jekyll upgrade to v4 (happens on jekyll 3.8.6 too)
You’re probably missing the translation data file. Verify you have _data/text.yml in your repo.
Yeah, I've added text.yml back and now it's working again with the latest version.
I was thinking that it was supposed to be present on my project only if I need to override the default translations, looks like it changed since the last few versions.
Data files aren't pulled in from the gem theme with the new version anymore, that's why it stopped working.
English is baked into the theme, and if you want to override any of that you need to include the translation texts I linked to above or localize however you'd like.
After upgrading from jekyll-theme-so-simple (3.1.2) to jekyll-theme-so-simple (3.2.0), localization seems broken: I still have
locale: it
set in my _config.yml but labels are in english (e.g. "Read More" link at the end of each article)update: breakage starts with 3.1.3 and is unrelated to the jekyll upgrade to v4 (happens on jekyll 3.8.6 too)
Before (labels are in italian):
After (labels are in english):
My Gemfile.lock:
Thanks.
The text was updated successfully, but these errors were encountered: