ui5-task-i18ncheck

3.0.2 • Public • Published

UI5 task for checking missing translations in i18n properties used in XML views

👋 This is a community project and there is no official support for this package! Feel free to use it, open issues, contribute, and help answering questions.

Task for ui5-builder, checking missing translations.

Prerequisites

⚠️ UI5 Tooling Compatibility All releases of this tooling extension using the major version 3 require UI5 Tooling V3. Any previous releases below major version 3 (if available) also support older versions of the UI5 Tooling. But the usage of the latest UI5 Tooling is strongly recommended!

Install

npm install ui5-task-i18ncheck --save-dev

Configuration options (in $yourapp/ui5.yaml)

  • debug: true|false
    Verbose logging

Usage

  1. Define the dependency in $yourapp/package.json:
"devDependencies": {
    // ...
    "ui5-task-i18ncheck": "*"
    // ...
}
  1. configure it in $yourapp/ui5.yaml:
builder:
  customTasks:
  - name: ui5-task-i18ncheck
    afterTask: replaceVersion
    configuration:
      debug: true

How it works

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.

License

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.

Readme

Keywords

none

Package Sidebar

Install

npm i ui5-task-i18ncheck

Weekly Downloads

506

Version

3.0.2

License

Apache-2.0

Unpacked Size

30.8 kB

Total Files

7

Last publish

Collaborators

  • pmuessig
  • ui5-community-bot