ilib-loctool-webos-json-resource v1.7.1
ilib-loctool-webos-json-resource
ilib-loctool-webos-json-resource is a plugin for the loctool that allows it to read and localize JSON resource files. This plugin is optimized for the webOS platform.
JSONResource FileType
This plugin is for generating JSON type resource files from JavaScript, C, and Cpp source file types. The default JSON resource file name is strings.json
which is for a JavaScript type. In order to generate other resource file names, The following setting is needed in your project.json
file.
"settings": {
"resourceFileNames": {
"c": "cstrings.json",
"cpp": "cppstrings.json"
}
}
Sample
The simple sample is provided in the ilib-loctool-samples repository. Please check the webos-js, webos-c, webos-cpp, and webos-dart samples to see what JSON files look like.
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.
4 months ago
4 months ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
5 years ago
5 years ago
5 years ago
5 years ago
6 years ago
6 years ago
6 years ago