Skip to content

i18n: Fix hard-coded text in Library Management tab#3701

Merged
raclim merged 4 commits intoprocessing:developfrom
sdass1918:fix/library-i18n
Apr 10, 2026
Merged

i18n: Fix hard-coded text in Library Management tab#3701
raclim merged 4 commits intoprocessing:developfrom
sdass1918:fix/library-i18n

Conversation

@sdass1918
Copy link
Copy Markdown
Contributor

Fixes #3478

Hello,

This PR fixes a localization bug in the Settings > Library Management tab where several text elements were hard-coded in English and did not update with the selected language.

Changes:
The translations for several texts were not added in the translations.js files and hindi and bengali being my native languages, I have added the translations for these texts to their corresponding translations.json files

I have tested this locally, and the change has been successfully propagated. The text now translates correctly into the selected languages.

The screenshots below are the proofs showing the updated UI.
Before

Screenshot 2025-10-26 at 7 51 40 PM Screenshot 2025-10-26 at 8 07 13 PM

After

Screenshot 2025-10-26 at 8 06 50 PM Screenshot 2025-10-26 at 8 19 10 PM

I have verified that this pull request:

  • has no linting errors (npm run lint)
  • has no test errors (npm run test)
  • is from a uniquely-named feature branch and is up to date with the develop branch.
  • is descriptively named and links to an issue number, i.e. Fixes #123
  • meets the standards outlined in the accessibility guidelines

@raclim raclim merged commit 86b3a82 into processing:develop Apr 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing translations in Library Management settings

3 participants