Next-generation platformDeprecated

Defining a bundle entry for an existing component or module

You can define a new bundle entry in an existing component or module.

Procedure

Define the bundle key-value pair in the corresponding component module’s en.json file.
For example, if you want to add a new bundle value, say Finish in the Backroom Pick screen. You must define the bundle key-value pair in the store-frontend/src/assets/store-frontend_extn/i18n/backroom-pick/en.json file as follows:
“pickOrder_extn”: {
        “ACTION_Finish”: “Finish,
        …
        …
}