Skip to main content

Default Bundle Translations

The translations object defines all user-facing text strings for bundle sections. Translations are organized by locale, with en (English) as the primary locale.

Translation Keys

Headings & Labels

Pricing

Cart Actions

Selection

Product Details

Symbols

Dynamic Placeholders

Some translation strings use placeholders that are replaced at render time:
  • {{count}} — replaced with the number of products or components
  • {{percent}} — replaced with the discount percentage
  • {count} — replaced with min/max item counts
  • {{total_price}} — replaced with the formatted total price

Adding Custom Translations

To add translations for additional locales, add a new key to the translations object: