A loctool plugin that knows how to process JS files
npm install ilib-loctool-webos-javascriptilib-webos-loctool-javascript is a plugin for the loctool that
allows it to read and localize JavaScript files. This plugin is optimized for the webOS platform.
javascript
getString("Hello");
getString("Channel", "speaker_channel");
$L("Hello");
$L({value: "Channel", key: "speaker_channel"});
``#### Sample
The simple sample is provided in the samples-loctool.
Please check the webos-js sample to see how the JavaScript file type is localized.
Copyright (c) 2019-2025, JEDLSoft
This plugin is license under Apache2. See the LICENSE
file for more details.
See the CHANGELOG.md file.