Skip to content

Create modules for CLI tools to allow for multi-language support

  • Move documentation strings to a file within CLI modules (such as pacs, local, etc.) and import them to parser methods at runtime.
    • Applies to command titles and help text.
  • Adhere to gettext conventions to allow for multi-language support.
Edited by Rob Oakes