npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@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

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-translations 221121.11.0
  • Connector: @checkout.com/checkout-spartacus-connector 221121.11.0
  • Spartacus: 221121.11.0

Release Notes

See the changelog in the main connector README.


MIT © Checkout.com, 2026.