diff --git a/workspaces/translations/.changeset/sweet-ends-dance.md b/workspaces/translations/.changeset/sweet-ends-dance.md deleted file mode 100644 index 580e7bbc82..0000000000 --- a/workspaces/translations/.changeset/sweet-ends-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-translations': minor ---- - -Add pseudo-localization support using `i18next-pseudo` to help identify untranslated or hardcoded strings in the UI. Strings are transformed with diacritical marks and brackets (e.g., `"Settings"` → `"[Ṣḛḛţţḭḭṇḡṡ]"`). Activate via `?pseudolocalization=true` URL parameter or `i18n.pseudolocalization.enabled: true` in app-config. Includes a `PseudoLocalizationProvider` component for use as a dynamic plugin at the `application/provider` mount point. diff --git a/workspaces/translations/plugins/translations-backend/CHANGELOG.md b/workspaces/translations/plugins/translations-backend/CHANGELOG.md index b93ec1c925..c3fa7b2912 100644 --- a/workspaces/translations/plugins/translations-backend/CHANGELOG.md +++ b/workspaces/translations/plugins/translations-backend/CHANGELOG.md @@ -1,5 +1,7 @@ # @red-hat-developer-hub/backstage-plugin-translations-backend +## 0.4.0 + ## 0.3.1 ### Patch Changes diff --git a/workspaces/translations/plugins/translations-backend/package.json b/workspaces/translations/plugins/translations-backend/package.json index e051cdacee..46ef1a7a5a 100644 --- a/workspaces/translations/plugins/translations-backend/package.json +++ b/workspaces/translations/plugins/translations-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-translations-backend", - "version": "0.3.1", + "version": "0.4.0", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/translations/plugins/translations/CHANGELOG.md b/workspaces/translations/plugins/translations/CHANGELOG.md index 9ba5cee0b0..177a5dd850 100644 --- a/workspaces/translations/plugins/translations/CHANGELOG.md +++ b/workspaces/translations/plugins/translations/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-translations +## 0.4.0 + +### Minor Changes + +- 6456930: Add pseudo-localization support using `i18next-pseudo` to help identify untranslated or hardcoded strings in the UI. Strings are transformed with diacritical marks and brackets (e.g., `"Settings"` → `"[Ṣḛḛţţḭḭṇḡṡ]"`). Activate via `?pseudolocalization=true` URL parameter or `i18n.pseudolocalization.enabled: true` in app-config. Includes a `PseudoLocalizationProvider` component for use as a dynamic plugin at the `application/provider` mount point. + ## 0.3.1 ### Patch Changes diff --git a/workspaces/translations/plugins/translations/package.json b/workspaces/translations/plugins/translations/package.json index 6533323aea..cff257a4b0 100644 --- a/workspaces/translations/plugins/translations/package.json +++ b/workspaces/translations/plugins/translations/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-translations", - "version": "0.3.1", + "version": "0.4.0", "license": "Apache-2.0", "publishConfig": { "access": "public"