@blacklight-cms/translate-static.plugin
v0.2.19
Published
Translate strings used in Blacklight templates and model processors
Downloads
4
Keywords
Readme
Static Translation Plugin for Blacklight
This Blacklight plugin provides multilingual support for "static strings." In other words, translate strings that are hardcoded into your Blacklight Handlebars templates. Note, this plugin does not translate content coming from the content repository.
Example usage:
<a href="delete-everything.html">{{translate "delete_everything"}}</a>