ilib-loctool-webos-cpp
v1.10.4
Published
A loctool plugin that knows how to process C++ files
Maintainers
Readme
ilib-loctool-webos-cpp
ilib-loctool-webos-cpp is a plugin for loctool that allows it to read and localize C++ files. This plugin is optimized for the webOS platform.
Cpp FileType
This plugin expects to be used with the libwebosi18n library to internationalize your C++ code.
It extracts string usages used in the examples below by considering them as strings that need to be translated.
getLocString("Yes");
getLocStringWithKey("PictureMode.Standard", "Standard");Sample
The simple sample is provided in the samples-loctool. Please check the webos-cpp sample to see how the C++ file type is localized.
License
Copyright (c) 2019-2026, JEDLSoft
This plugin is licensed under Apache2. See the LICENSE file for more details.
Release Notes
See the CHANGELOG.md file.
