Translation
//sample config
translations: {
'en': {
'Point Mapper': 'Services'
}
},<!-- sample html -->
<div data-i18n="Point Mapper" id="test" class="i18n">Point Mapper</div><div id="test" class="i18n">Services</div>Last updated
Was this helpful?