add localize langs for global strings

Change-Id: I90412e1e03a2676d927796187fe811481bf38455
This commit is contained in:
Scott Main
2012-09-21 20:32:56 -07:00
parent 582db97b23
commit dd3d3eea1d
4 changed files with 182 additions and 25 deletions

View File

@@ -297,7 +297,12 @@ def:custom_left_nav() ?><?cs
call:about_nav() ?><?cs
else ?><?cs
call:default_left_nav() ?><?cs
/if ?><?cs
/if ?>
<script>
$(document).ready(function() {
changeDocLang(getLangPref());
});
</script><?cs
/def ?>
<?cs # appears at the bottom of every page ?><?cs