mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-18 18:47:43 +00:00
Merge pull request #465 from rcordovano/japanese_localization
Add notes on running with localization for Japan
This commit is contained in:
commit
d36fb3b379
@ -80,6 +80,7 @@
|
|||||||
</if>
|
</if>
|
||||||
|
|
||||||
<property name="app.property.file" value="${zip-tmp}/${app.name}/etc/${app.name}.conf" />
|
<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=""--branding ${app.name} -J-Xms24m -J-XX:MaxPermSize=128M -J-Xverify:none -J-Xdock:name=${app.title}"" />
|
<property name="jvm.options" value=""--branding ${app.name} -J-Xms24m -J-XX:MaxPermSize=128M -J-Xverify:none -J-Xdock:name=${app.title}"" />
|
||||||
<propertyfile file="${app.property.file}">
|
<propertyfile file="${app.property.file}">
|
||||||
<!-- Note: can be higher on 64 bit systems, should be in sync with project.properties -->
|
<!-- Note: can be higher on 64 bit systems, should be in sync with project.properties -->
|
||||||
|
@ -14,6 +14,7 @@ project.org.sleuthkit.autopsy.fileextmismatch=FileExtMismatch
|
|||||||
update_versions=false
|
update_versions=false
|
||||||
#custom JVM options
|
#custom JVM options
|
||||||
#Note: can be higher on 64 bit systems, should be in sync with build.xml
|
#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
|
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.license-type=apache.v2
|
||||||
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
|
auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user