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