jekyll-multiple-languages-plugin icon indicating copy to clipboard operation
jekyll-multiple-languages-plugin copied to clipboard

[Request] Do not translate if string starts with "

Open xeroc opened this issue 10 years ago • 1 comments

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?

xeroc avatar Jul 29 '15 11:07 xeroc

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.

kurtsson avatar Sep 01 '15 15:09 kurtsson