Default Translations

The main translations object for recommendation sections.

{
    "primary_locale": {
        "oos_text": "Out of stock",
        "bestseller_text": "Bestseller", 
        "new_text": "New",
        "trending_text": "Trending",
        "discount_text": "Get Flat Discount of {percentage}",
        "discount_label_text": "Save {amount}",
        "added_to_cart_text": "Added to cart",
        "atc_text": "Add to cart",
        "atc_error_text": "Error adding to cart",
        "discount_save_text": "Save {amount}",
        "fbt_add_to_cart_text": "Add to cart",
        "fbt_added_to_cart_text": "Added to cart",
        "fbt_save_text": "Save {percent}",
        "total_price_text": "Total Price"
    }
}

This translations object contains all the default text strings used throughout the recommendation sections. The strings can include placeholders (like {amount} or {percentage}) which will be replaced with actual values when rendered.