Hi,

I'm having problems to make help in DSpace 1.7 JSPUI multilingual. I've had the same problem with news-side.html and news-top.html but I've solved it adding two entries in Messages_es.properties:

news-side.html = news-side_es.html
news-top.html = news-top_es.html

and copying this two files into [dspace]/config


According to the documentation, I need to:

[dspace]/webapps/jspui/help/collection-admin_LOCALE.html - in html keep the jump link as original; must be copied to [dspace-source]/dspace/modules/jspui/src/main/webapp/help

   *

     [dspace]/webapps/jspui/help/index_LOCALE.html - must be copied to
     [dspace-source]/dspace/modules/jspui/src/main/webapp/help

   *

     [dspace]/webapps/jspui/help/site-admin_LOCALE.html - must be
     copied to [dspace-source]/dspace/modules/jspui/src/main/webapp/help



but this doesn´t work.

I've found an old message (http://dspace.2283337.n4.nabble.com/multilingual-problems-in-dspace-1-5-jspui-tt3281348.html ) which says that I need to add three new entries into Messages_xx.properties like this:

help.collection-admin = /help/collection-admin_ MYLOCALE.html
help.index            = /help/index_ MYLOCALE.html
help.site-admin       = /help/site-admin_ MYLOCALE.html


So, I've added the entries and copied these three files into [dspace-source]/dspace/modules/jspui/src/main/webapp/help but DSpace always shows the english version.

Any clues?

Best regards

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to