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.
My page is multi-language and I use you plugin (which is great so far).
However, when prototyping parts of the page (mainly still only in english) I use constructs like those:
title: "Security and Control over Your Money"
jekyll attempts to translate the string, but I'd like to only translate those strings that do not start with ", like
title: security.control
Would this be possible?
The text was updated successfully, but these errors were encountered:
Yes, just add an if-case in for strings starting with ". But Im not sure I think this is a good design since you should never have untranslated strings and it might be bad to make this easier.
My page is multi-language and I use you plugin (which is great so far).
However, when prototyping parts of the page (mainly still only in english) I use constructs like those:
jekyll attempts to translate the string, but I'd like to only translate those strings that do not start with ", like
Would this be possible?
The text was updated successfully, but these errors were encountered: