Merge pull request #465 from rcordovano/japanese_localization

Add notes on running with localization for Japan
This commit is contained in:
Richard Cordovano 2014-01-29 11:51:46 -08:00
commit d36fb3b379
2 changed files with 2 additions and 0 deletions

View File

@ -80,6 +80,7 @@
</if>
<property name="app.property.file" value="${zip-tmp}/${app.name}/etc/${app.name}.conf" />
<!-- for Japanese localized version add option: -Duser.language=ja -->
<property name="jvm.options" value="&quot;--branding ${app.name} -J-Xms24m -J-XX:MaxPermSize=128M -J-Xverify:none -J-Xdock:name=${app.title}&quot;" />
<propertyfile file="${app.property.file}">
<!-- Note: can be higher on 64 bit systems, should be in sync with project.properties -->

View File

@ -14,6 +14,7 @@ project.org.sleuthkit.autopsy.fileextmismatch=FileExtMismatch
update_versions=false
#custom JVM options
#Note: can be higher on 64 bit systems, should be in sync with build.xml
# for Japanese version add: -J-Duser.language=ja
run.args.extra=-J-Xms24m -J-XX:MaxPermSize=128M -J-Xverify:none
auxiliary.org-netbeans-modules-apisupport-installer.license-type=apache.v2
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false