Skip to content

Language

TIP

  • Global language: Default to the language of current system.
    • You can show it by running psc config language.
    • You can change it by running psc config language zh-CN.
  • Completion language: The language set for the specified completion.
    • e.g. psc completion git language en-US.
  • Available language: In the completion config.json file, there is a language attribute whose value is a list of available languages.
  1. If there is Completion language,use it. If not, use Global language.
  2. Determine whether the value of the first step exists in Available language.
    • If it exists, use it.
    • If not, use the first of the Available language: en-US