# ilib-loctool-webos-dist
A full-featured build environment for webOS localization.
Not for general usage. Developers should use other plugins that start with the name  `ilib-loctool-webos-*`

This repository exists to tag flat full distributions of js loctool, It is intended to be updated periodically from other plugins, so no development should occur here. This is a repository, serving to supply js loctool into the webOS build tools and is not intended for general use.

## Development
### loctool
* [loctool](https://github.com/iLib-js/ilib-mono/tree/main/packages/loctool) : A localization tool that scans source code looking for localizable strings and writes out translated resource files
### plugins
Plugins are optimized for the webOS platform.
* [ilib-loctool-webos-c](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-c) : C file handler.
* [ilib-loctool-webos-cpp](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-cpp) : Cpp file handler
* [ilib-loctool-webos-qml](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-qml) : QML file handler
* [ilib-loctool-webos-javascript](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-javascript) : Javascript file handler
* [ilib-loctool-webos-json](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-appinfo-json) : JSON file handler
* [ilib-loctool-webos-json-resource](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-json-resource) : JSON resource file handler
* [ilib-loctool-webos-ts-resource](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-ts-resource) : TS resource file handler
* [ilib-loctool-webos-dart](https://github.com/iLib-js/ilib-mono-webos/tree/main/packages/ilib-loctool-webos-dart) : Dart file handler

## Documentation
* webOS Open Source Edition: [Localization Guide](https://www.webosose.org/docs/guides/development/localization/localization-guide/)

## License

Copyright (c) 2020-2026, JEDLSoft

This plugin is license under Apache2. See the [LICENSE](https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-dist/LICENSE)
file for more details.

## Release Notes

See the [CHANGELOG.md](https://github.com/iLib-js/ilib-mono-webos/blob/main/packages/ilib-loctool-webos-dist/CHANGELOG.md) file.
