ui5-test-i18n-return-values

1.0.13 • Public • Published

ui5-test-i18n-return-values

This is a modified version of Kellojos package ( https://github.com/Kellojo/ui5-test-i18n ), that cross checks your ui5 message bundles for missing translations, but additionally prints the values (of the keys that are missing) from the i18n files where the keys exist. This way, you can directly see how the missing fields are translated into other languages, and find fitting translations easier.

How a failure looks like How success looks like

It looks for any .properties fils in the given directory and report any missing properties.

How to use:

Simply run the command from your terminal after installation:

ui5-test-i18n-return-values ./webapp/

The result will be printed to the console.

Local Development Setup

  1. Clone the repository
  2. navigate into the root of the repo
  3. run npm link in the root dir
  4. you can now use ui5-test-i18n-return-values as a command locally

Package Sidebar

Install

npm i ui5-test-i18n-return-values

Weekly Downloads

2

Version

1.0.13

License

Apache-2.0

Unpacked Size

20.6 kB

Total Files

6

Last publish

Collaborators

  • chrifuss