Bug 24734: Fix paths in LangInstaller.pm for JS files
authorJulian Maurice <julian.maurice@biblibre.com>
Wed, 26 Feb 2020 19:09:52 +0000 (20:09 +0100)
committerJoy Nelson <joy@bywatersolutions.com>
Thu, 5 Mar 2020 23:25:08 +0000 (23:25 +0000)
commit9192dead205003ec562e08d9435a6d4c305c528b
treee787f689ee5ed3d7ee5e9bcaa3210a7bd8006bbf
parentc31d1d54365d0c2fa2ce8337992a7ceab4045b37
Bug 24734: Fix paths in LangInstaller.pm for JS files

Use intrahtdocs and opachtdocs in order to get the correct paths for all
kind of installations

Test plan:
1. With a dev install, run ./translator create/update/install xx-XX and
   verify that there is no error message
2. With a standard install, run ./translator create/update/install xx-XX
   and verify that there is no error message

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com>
Tested for dev/single/standard installs, no errors,
just a (normal) warn from po2json.

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Joy Nelson <joy@bywatersolutions.com>
misc/translator/LangInstaller.pm