. Fix for I18N issue identified on the forums

- not having language pack files with "_en_US" causes problems on machines using non-english locale by default
 - basically you cannot select English locale (not that you probably would if you had a french machine etc. but I digress…)
 - added an ANT task that duplicates our messages properties files to _en_US during the build process.
. Increased default buffer size for browse.jsp page.

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@2051 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Kevin Roast
2005-12-21 12:37:12 +00:00
parent 90e0644e23
commit 324eedae59
2 changed files with 13 additions and 2 deletions

View File

@@ -24,9 +24,9 @@
<%@ taglib uri="/WEB-INF/alfresco.tld" prefix="a" %>
<%@ taglib uri="/WEB-INF/repo.tld" prefix="r" %>
<%@ page buffer="64kb" contentType="text/html;charset=UTF-8" %>
<%@ page buffer="100kb" contentType="text/html;charset=UTF-8" %>
<%@ page isELIgnored="false" %>
<r:page titleId="title_browse">
<f:view>