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.
Example
consttranslateModal = useTranslateToggle() translateModal.value = true// Opens the translation modal
useTranslateToggle():any
Returns any
Reactive boolean for translation modal state (false = hidden, true = visible)
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.
Example