Skip to main content
Version: 1.X.X

Locale

List or install new locale(s) for HiTechCloud interface:

  • List all available locales:
    hitechcloudcli locale
  • Installing single locale:
    hitechcloudcli locale sr-sr
  • Installing multiple locales at once:
    hitechcloudcli locale sr-sr tr-tr
  • Installing ALL available locales at once:
    hitechcloudcli locale $(curl -s "https://api.github.com/repos/hitechcloud-vietnam/hitechcloud-translations/contents" | jq -r '.[] | select(.type=="dir") | .name' | tr '\n' ' ')
Was this helpful?