redhat-developer / app-services-cli

Command Line Interface for RHOAS
https://redhat-developer.github.io/app-services-website/
Apache License 2.0
42 stars 72 forks source link

Localize strings in request command #1767

Closed rkpattnaik780 closed 2 years ago

rkpattnaik780 commented 2 years ago

The short description, long description and example for the request command currently use raw strings. They should be localized as in other commands. You can refer to this example.

A new toml file needs to be added to pkg/core/localize/locales/en/cmd, whose keys should then be used in the request command using the localizer object.

This will also fix the indentation of rhoas request help text.

yati1998 commented 2 years ago

Can I work on this?