1.10.7 • Published 4 months ago

ilib-loctool-webos-javascript v1.10.7

Weekly downloads
290
License
Apache-2.0
Repository
github
Last release
4 months ago

ilib-loctool-webos-javascript

ilib-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 FileType

This plugin expects to be used iLib library directory or Enact framework to internationalize your JavaScript code.
It extracts string usages used in the examples below by considering them as strings that need to be translated.

getString("Hello");
getString("Channel", "speaker_channel");
$L("Hello");
$L({value: "Channel", key: "speaker_channel"});

Sample

The simple sample is provided in the ilib-loctool-samples repository. Please check the webos-js sample to see how the JavaScript file type is localized.

License

Copyright (c) 2019-2025, JEDLSoft

This plugin is license under Apache2. See the LICENSE file for more details.

Release Notes

See the CHANGELOG.md file.

1.10.7

4 months ago

1.10.6

1 year ago

1.10.5

2 years ago

1.10.4

2 years ago

1.10.3

2 years ago

1.10.2

2 years ago

1.10.1

2 years ago

1.9.0

2 years ago

1.10.0

2 years ago

1.8.2

2 years ago

1.8.1

2 years ago

1.8.0

2 years ago

1.7.0

2 years ago

1.6.0

3 years ago

1.5.0

3 years ago

1.4.7

3 years ago

1.4.6

3 years ago

1.4.5

3 years ago

1.4.4

4 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

6 years ago

1.0.0

6 years ago