web / useTranslations
Variable: useTranslations ​
constuseTranslations:UseTranslationsReturn
Defined in: apps/web/app/composables/useTranslations/useTranslations.ts:13
Description ​
Composable for managing translations.
Returns ​
UseTranslationsReturn
Example ​
ts
const {
data, loading, getCart, setCart, clearCartItems, addToCart, setCartItemQuantity, deleteCartItem
} = useCart();