Set custom (and complete) translation/localization via API
Allow users to supply a javascript file with a custom translation/localization for each language, via the API.
Something like:
$zopim.livechat.setLanguageFile({
'pt_BR': 'http://example.com/zopim/pt_BR.js',
'zh_CN': 'http://example.com/zopim/zh_CN.js',
});
0
Post is closed for comments.
Comments
0 comments