In this repo, you will find example language translation templates you can use with BEE Plugin, an embeddable drag and drop content editor. For an overview of this feature, please refer to our dedicated page in our documentation website.
-
Use the default translations provided with BEE Plugin with the
language
configuration property (client-side), e.g.language: 'es-ES'
for Spanish. -
Use the
translationsUrl
property (in the client-side configuration) to provide the URL of a self-hosted version of the translations of BEE Plugin. Consider these JSON files as a starting point and customize them with your own labels. This solution requires a HTTPs server to host the file(s) with the correct CORS policies. -
Use the content (or part of the content) direcly in the
translations
property in the client-side configuration object of BEE Plugin to override specific terms.
Please refer to the offical documentation for updated details and configuration examples.