🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ilib-loctool-webos-qml

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ilib-loctool-webos-qml

A loctool plugin that knows how to process qml files

latest
Source
npmnpm
Version
1.9.2
Version published
Weekly downloads
165
-53.78%
Maintainers
1
Weekly downloads
 
Created
Source

ilib-loctool-webos-qml

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

QML FileType

This plugin expects the strings to be marked by using proper APIs from QT suggested.

  • qsTr()
  • qsTranslate()
  • qsTrId
  • qsTrIdNoOp
  • qsTrNoOp
  • qsTranslate
  • qsTranslateNoOp
Text { text: qsTr("hello") }
Text { text: qsTranslate("CustomContext", "hello") }

Sample

The simple sample is provided in samples-loctool. Please check the webos-qml sample to see how the qml 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 01 Dec 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