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
{{ message }}
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.
When I have something like title: about.title in my frontmatter, as described like here, it doesn't take the actual string from my translation file (as expected), it just returns back "about.title".
_i18n
├── de/
└── de.yml
└── en.yml
de.yml:
about:
title: Über
en.yml:
about:
title: About
The text was updated successfully, but these errors were encountered:
When I have something like
title: about.title
in my frontmatter, as described like here, it doesn't take the actual string from my translation file (as expected), it just returns back "about.title".de.yml:
en.yml:
The text was updated successfully, but these errors were encountered: