Skip to content

A small cli that cross checks your ui5 message bundles for missing translations.

License

Notifications You must be signed in to change notification settings

Kellojo/ui5-test-i18n

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ui5-test-i18n

A small cli that cross checks your ui5 message bundles for missing translations.

How a failure looks like How success looks like

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

How to use:

Simply run the command from your terminal after installation:

ui5-test-i18n ./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 as a command locally

About

A small cli that cross checks your ui5 message bundles for missing translations.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published