hexo-renderer-react icon indicating copy to clipboard operation
hexo-renderer-react copied to clipboard

Using helpers

Open gabrielgagne opened this issue 8 years ago • 1 comments

I can't seem to figure out how to make helpers like <%= __('search') %> work within the React-Renderer. Anyone has an idea?

gabrielgagne avatar May 16 '16 16:05 gabrielgagne

Probably, it's:

{props.__('search')}

karevn avatar Feb 10 '17 08:02 karevn