i18n updates to javascript files and related templates

This commit is contained in:
tworrall 2013-06-11 12:25:01 -04:00
parent 57c962e82a
commit d74176f18d
40 changed files with 373 additions and 106 deletions

View file

@ -188,6 +188,9 @@ var proxyContextInfo = {
baseUrl: '${urls.base}',
ajaxUrl: '${formUrls.ajax}'
};
var i18nStrings = {
selectEditorAndProfile: '${i18n().select_editor_and_profile}'
};
</script>
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/account/account.css" />')}