@commercetools-frontend-extensions/change-history 8.12.0 → 8.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/commercetools-frontend-extensions-change-history.cjs.dev.js +195 -95
- package/dist/commercetools-frontend-extensions-change-history.cjs.prod.js +188 -88
- package/dist/commercetools-frontend-extensions-change-history.esm.js +196 -96
- package/dist/{de-aac902ce.cjs.prod.js → de-50b253fa.cjs.prod.js} +27 -16
- package/dist/{de-e6e817a7.cjs.dev.js → de-64114b98.cjs.dev.js} +27 -16
- package/dist/{de-83324d82.esm.js → de-9f49dcc9.esm.js} +27 -16
- package/dist/{en-a3c547c6.cjs.prod.js → en-ab5f44aa.cjs.prod.js} +35 -24
- package/dist/{en-a2f8e36b.esm.js → en-cde9d3bb.esm.js} +35 -24
- package/dist/{en-f1437d08.cjs.dev.js → en-e549355a.cjs.dev.js} +35 -24
- package/dist/{es-06808334.esm.js → es-99b4a7c6.esm.js} +28 -17
- package/dist/{es-d2ba49e5.cjs.dev.js → es-bcbd7dc6.cjs.prod.js} +28 -17
- package/dist/{es-51a34c2e.cjs.prod.js → es-dd97fb0f.cjs.dev.js} +28 -17
- package/dist/{fr-FR-5e18bd86.esm.js → fr-FR-1b8789d6.esm.js} +28 -17
- package/dist/{fr-FR-2010eee8.cjs.dev.js → fr-FR-92d9985f.cjs.prod.js} +28 -17
- package/dist/{fr-FR-5c2b073c.cjs.prod.js → fr-FR-c8604b13.cjs.dev.js} +28 -17
- package/dist/{pt-BR-de5460f1.cjs.prod.js → pt-BR-23406426.cjs.prod.js} +35 -24
- package/dist/{pt-BR-c1cd433c.esm.js → pt-BR-cfa23307.esm.js} +35 -24
- package/dist/{pt-BR-79469167.cjs.dev.js → pt-BR-de31a7f1.cjs.dev.js} +35 -24
- package/dist/{zh-CN-27c1cb9a.cjs.prod.js → zh-CN-093e69d6.cjs.prod.js} +48 -37
- package/dist/{zh-CN-84b9fbc9.cjs.dev.js → zh-CN-338edd5f.cjs.dev.js} +48 -37
- package/dist/{zh-CN-ea777970.esm.js → zh-CN-acaf0bd0.esm.js} +48 -37
- package/package.json +20 -20
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ The repo is configured with an integration with Transifex. The process for i18n
|
|
|
45
45
|
|
|
46
46
|
`pnpm run i18n:build` for adding the new keys to transifex.
|
|
47
47
|
|
|
48
|
-
Once the PR gets merged to `
|
|
48
|
+
Once the PR gets merged to `main` transifex will receive a notification with new keys that need to be translated (that's why is important that `description` and `defaultMessage` are descriptive enough).
|
|
49
49
|
|
|
50
50
|
Whenever the translators finish translations and mark them as done, the repo will receive a PR (per language) for adding translated messages.
|
|
51
51
|
|