How can we enable translations of our guides?
In order to allow our community to translate our guides from english to their own languages we'd like to make the following changes to our guides. How can we do this? I think it could be as simple as getting Dozuki to add the following javascript to the <head></head> tag section of all of our pages.
This is the javascript that needs to be added:
<script type="text/javascript">
window.liveSettings = {
api_key: "434877fd3888403db010a020b6dfddb1",
picker: "bottom-right",
detectlang: true,
dynamic: true,
autocollect: true
};
</script>
<script type="text/javascript" src="//cdn.transifex.com/live.js"></script>
Is this a good question?