mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #2989] [MERGED] i18n: updated locales to reflect latest strings #4172
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#4172
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?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/2989
Author: @liyasthomas
Created: 4/14/2023
Status: ✅ Merged
Merged: 4/19/2023
Merged by: @AndrewBastin
Base:
main← Head:docs-i18n📝 Commits (1)
bf12625docs: i18n: updated to latest strings📊 Changes
32 files changed (+720 additions, -4 deletions)
View changed files
📝
packages/hoppscotch-common/locales/af.json(+23 -0)📝
packages/hoppscotch-common/locales/ar.json(+23 -0)📝
packages/hoppscotch-common/locales/ca.json(+23 -0)📝
packages/hoppscotch-common/locales/cn.json(+23 -0)📝
packages/hoppscotch-common/locales/cs.json(+23 -0)📝
packages/hoppscotch-common/locales/da.json(+23 -0)📝
packages/hoppscotch-common/locales/de.json(+23 -0)📝
packages/hoppscotch-common/locales/el.json(+23 -0)📝
packages/hoppscotch-common/locales/en.json(+3 -3)📝
packages/hoppscotch-common/locales/es.json(+23 -0)📝
packages/hoppscotch-common/locales/fi.json(+23 -0)📝
packages/hoppscotch-common/locales/fr.json(+23 -0)📝
packages/hoppscotch-common/locales/he.json(+23 -0)📝
packages/hoppscotch-common/locales/hi.json(+23 -0)📝
packages/hoppscotch-common/locales/hu.json(+23 -0)📝
packages/hoppscotch-common/locales/id.json(+23 -0)📝
packages/hoppscotch-common/locales/it.json(+23 -0)📝
packages/hoppscotch-common/locales/ja.json(+27 -1)📝
packages/hoppscotch-common/locales/ko.json(+23 -0)📝
packages/hoppscotch-common/locales/nl.json(+23 -0)...and 12 more files
📄 Description
Description
We often release new features with only
en-USlocale support. Few of such features we released last week was Tabs, Workspaces etc with no full i18n coverage.In this PR, I've added the remaining locales with reference strings from
en-US, and other i18n strings to ensure full coverage of all text displayed in the application.Additional Information
At Hoppscotch, i18n is still a manual, time-consuming, copy-paste effort. This can be changed. This can be automated. @thetronjohnson, can you look into how we can ensure and impose full i18n coverage for every release?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.