Translation modal toggle state composable. Controls the visibility of the translation/language selection modal. Currently used when translation features are enabled in app.config.js.

const translateModal = useTranslateToggle()
translateModal.value = true // Opens the translation modal
  • Returns any

    Reactive boolean for translation modal state (false = hidden, true = visible)