New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ilib-loctool-webos-cpp

Package Overview
Dependencies
Maintainers
0
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilib-loctool-webos-cpp

A loctool plugin that knows how to process C++ files

1.7.5
latest
Source
npm
Version published
Weekly downloads
111
1.83%
Maintainers
0
Weekly downloads
 
Created
Source

ilib-loctool-webos-cpp

ilib-webos-loctool-cpp is a plugin for the loctool allows it to read and localize Cpp files. This plugin is optimized for the webOS platform.

Cpp FileType

This plugin expects to be used libwebosi18n library to internationalize your Cpp 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 ilib-loctool-samples repository. Please check the webos-cpp sample to see how the Cpp 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.

Keywords

internationalization

FAQs

Package last updated on 18 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts