sample-spring-boot-api-service icon indicating copy to clipboard operation
sample-spring-boot-api-service copied to clipboard

zowe-api-dev command for i18n and messages

Open plavjanik opened this issue 5 years ago • 1 comments

Tooling that simplifies localization and checks its correctness and can generate a message reference for numbered error messages.

  • Create a new zowe-api-dev messages i18n command that will:

    • Create a new localization file - messages_{languageCode}.properties initialized with non-localized and commented text from messages.yml that needs to be localized
    • Checks that existing localization files messages_{languageCode}.properties have all the messages keys covered. This will help developers to find out that a localization is missing for a new message
    • Checks that existing localization does not have any extra keys starting with messages.. To find out extra localization for keys that were removed/renamed in messages.yml
  • New zowe-api-dev messages docgen:

    • Uses @jandadav's docgen approach that generates a Markdown document that can be used in Zowe documentation with a message reference

plavjanik avatar Oct 31 '19 15:10 plavjanik

This issue has not been updated in a long time.

github-actions[bot] avatar Jan 03 '20 00:01 github-actions[bot]