kubesphere / ksbuilder

A CLI tool helps you to manage the development of kubesphere extensions
MIT License
10 stars 20 forks source link

Add validation for LanguageCode #62

Closed iawia002 closed 8 months ago

iawia002 commented 8 months ago

If a language is provided, it must be provided in all multi-language places, otherwise the validation will fail:

error executing command: validate language code failed: only some multi-language sections include the en language.
If you want to support a language, make sure all multi-language sections(displayName, description and provider etc.) include that language

ref #60