@checkout.com/checkout-spartacus-translations
v221121.11.0
Published
Checkout.com provides an end-to-end platform that helps you move faster, instead of holding you back. With flexible tools, granular data and deep insights, it’s the payments tech that unleashes your potential. So you can innovate, adapt to your markets, c
Keywords
Readme
CheckoutSpartacusTranslations
Checkout.com provides an end-to-end platform that helps you move faster, instead of holding you back. With flexible tools, granular data and deep insights, it’s the payments tech that unleashes your potential. So you can innovate, adapt to your markets, create outstanding customer experiences, and make smart decisions faster. The Connector for SAP Commerce Cloud (formerly Hybris) enables customers to implement a global payment strategy through a single integration in a secure, compliant and unified approach.
This Checkout.com library adds necessary translations to the Spartacus Storefront for SAP Commerce Cloud.
Release Compatibility
This library is tailored to the Spartacus Storefront:
This release is compatible with:
| Package | Version |
|-------------------------------------------------|---------------|
| @checkout.com/checkout-spartacus-connector | 221121.11.0 |
| @checkout.com/checkout-spartacus-translations | 221121.11.0 |
| @spartacus/core | ~221121.11.0 |
| @spartacus/checkout | ~221121.11.0 |
| @angular/core | 21.2.12 |
| SAP Commerce Cloud | 2211 |
| Node.js | >=22.22.0 |
- Translations package
@checkout.com/checkout-spartacus-translations: version 221121.11.0 - Connector package
@checkout.com/checkout-spartacus-connector: version 221121.11.0 - Spartacus: version 221121.11.0
- SAP Commerce Cloud: version 2211
- Angular CLI: Version 21.2.12 is required.
- Node.js: Version 22.22.0+ is required-.
- yarn: Version 1.15 or later. or npm: Version 10.2.4 or newer.
Release notes
Release 221121.11.0
- Updated readme file dependencies to be compatible with Spartacus 221121.11.0
Release 2211.43.0
- Included translations for Checkout.com Flow Web Components
- Updated readme file dependencies to be compatible with Spartacus 2211.43.0
Release 4.2.8
- Updated readme file dependencies to be compatible with Spartacus 4.2.8
Release 4.2.7
- Removed translations for iDeal APM form
Release 4.2.6
- Included support for SAP CX 2211
- Fixed dependencies issues.
Release 4.2.4
- Included support for SAP CX 2205
- Included the following components in the list of components to be imported in the Spartacus configuration module:
- GuestRegisterFormComponent.
- AccountPaymentDetailsComponent.
- Included support for the following APMs:
- Cartes Bancaires
- Multiple Card Brands
Release 4.2.3
Include binaries. Previous 4.2.x releases are missing binaries.
Release 4.2.2
Update readme
Release 4.2.0
Use this release if you are using Spartacus 4.2.x
- Upgrade to Spartacus 4.2
- Show first name + last name as the card account holder
- Fix for ApplePay transaction status
Release 1.0.2
- Source code now publicly available
Release 1.0.0
- Added support for SSR
Release 0.0.0
- Lazy loaded feature module
- Translations moved to separate node module
- APM’s
- AliPay
- ApplePay
- Bancontact
- Benefit Pay
- EPS
- Fawry
- GooglePay
- iDeal
- Klarna
- KNet
- Mada
- Multibanco
- Oxxo
- PayPal
- Poli
- Przelewy24
- QPay
- Sepa
- Credit card form placeholder localisation
- Display card payment icon
- Made OCC endpoints configurable
- Added support for 3DS2
Checkout.com Spartacus Translations – Usage Guide
This package provides translations for the Checkout.com Spartacus Connector.
- For full integration and configuration, see the main connector README.
Installation
yarn add @checkout.com/[email protected]Usage Example
Import the translations in your Spartacus configuration module:
import { checkoutComTranslationChunkConfig, checkoutComTranslations } from '@checkout.com/checkout-spartacus-translations';
import { provideConfig, I18nConfig } from '@spartacus/core';
@NgModule({
providers: [
provideConfig({
i18n: {
resources: checkoutComTranslations,
chunks: checkoutComTranslationChunkConfig,
fallbackLang: 'en',
},
} as I18nConfig),
]
})
export class SpartacusConfigurationModule {
}Compatibility
- Translations:
@checkout.com/checkout-spartacus-translations221121.11.0 - Connector:
@checkout.com/checkout-spartacus-connector221121.11.0 - Spartacus: 221121.11.0
Release Notes
See the changelog in the main connector README.
MIT © Checkout.com, 2026.
