
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
ui5-task-i18ncheck
Advanced tools
Task for the UI5 CLI to check missing translations in i18n properties used in XML views.
:wave: This is an open‑source, community‑driven project, developed and actively monitored by members of the UI5 community. You are welcome to use it, report issues, contribute enhancements, and support others in the community.
Task for ui5-builder, checking missing translations.
@ui5/cli@3.0.0 (to support specVersion: "3.0"):warning: UI5 CLI Compatibility All releases of this UI5 CLI extension using the major version
3require UI5 CLI V3. Any previous releases below major version3(if available) also support older versions of the UI5 CLI. But the usage of the latest UI5 CLI is strongly recommended!
npm install ui5-task-i18ncheck --save-dev
$yourapp/ui5.yaml)$yourapp/package.json:"devDependencies": {
// ...
"ui5-task-i18ncheck": "*"
// ...
}
$yourapp/ui5.yaml:builder:
customTasks:
- name: ui5-task-i18ncheck
afterTask: replaceVersion
configuration:
debug: true
The task reads all XML views and i18n properties files. Then the task cross-checks for missing translations and gives a warning if it can catch one. Currently, views created in javascript is not included in the check.
This work is dual-licensed under Apache 2.0 and the Derived Beer-ware License. The official license will be Apache 2.0 but finally, you can choose between one of them if you use this work.
When you like this stuff, buy @vobu a beer or buy @pmuessig or @fatihpense a coke when you see them.
FAQs
Task for the UI5 CLI to check missing translations in i18n properties used in XML views.
The npm package ui5-task-i18ncheck receives a total of 1,484 weekly downloads. As such, ui5-task-i18ncheck popularity was classified as popular.
We found that ui5-task-i18ncheck demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.