mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5000] [bug]: outdated i18n keys #1901
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1901
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @moaqz on GitHub (Apr 16, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5000
Is there an existing issue for this?
Current behavior
While I was adding some translations to the Spanish locale, I noticed that some keys in the settings section (like
interceptorandinterceptor_description) are rendering the same fallback across multiple languages.This code seems to be the problem, but I'm not completely sure.
github.com/hoppscotch/hoppscotch@236db8396b/packages/hoppscotch-common/src/pages/settings.vue (L200)Steps to reproduce
Logs and Screenshots
Environment
Production
Hoppscotch Version
Cloud
Interceptor
Not Applicable - Issue not related to network requests
Browsers Affected
No response
Operating System
None
Additional Information
No response
@SharadSaha commented on GitHub (Jul 6, 2025):
@liyasthomas Hi! I’ve identified that certain keys like
settings.kernel_interceptorandsettings.kernel_interceptor_descriptionare missing in several locale files except en and es, which leads to fallback to English. The previous keys weresettings.interceptor,settings.interceptor_descriptionetc, which likely got refactored.I’d like to contribute by adding the missing translations across all locales and optionally removing deprecated keys. Please let me know if this approach works.