VIVO-517 added Spanish language versions

This commit is contained in:
tworrall 2013-11-11 10:34:14 -05:00
parent 9f31c3f08b
commit f7c17ab657
2 changed files with 3 additions and 1 deletions

View file

@ -25,7 +25,7 @@
<#if webpage?has_content> <#-- true when the property is in the list, even if not populated (when editing) -->
<nav role="navigation">
<#local label = "Websites">
<#local label = "${i18n().websites}">
<@p.addLinkWithLabel webpage editable label />
<#if webpage.statements?has_content> <#-- if there are any statements -->
<#include "individual-webpage.ftl" >