mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[PR #489] [CLOSED] Replaced hard-coded strings with localizable strings #2651
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#2651
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/489
Author: @alecananian
Created: 1/14/2020
Status: ❌ Closed
Base:
master← Head:i18n📝 Commits (1)
8690d18Replaced hard-coded strings with localizable strings📊 Changes
23 files changed (+452 additions, -298 deletions)
View changed files
📝
components/collections/addCollection.vue(+4 -4)📝
components/collections/addFolder.vue(+4 -4)📝
components/collections/collection.vue(+5 -5)📝
components/collections/editCollection.vue(+3 -3)📝
components/collections/editFolder.vue(+3 -3)📝
components/collections/editRequest.vue(+7 -7)📝
components/collections/folder.vue(+4 -4)📝
components/collections/importExportCollections.vue(+7 -7)📝
components/collections/index.vue(+2 -2)📝
components/collections/request.vue(+4 -4)📝
components/collections/saveRequestAs.vue(+9 -9)📝
components/graphql/field.vue(+1 -1)📝
components/graphql/type.vue(+1 -1)📝
components/history.vue(+41 -36)📝
lang/en-US.js(+136 -1)📝
layouts/default.vue(+13 -14)📝
layouts/error.vue(+3 -3)📝
nuxt.config.js(+3 -0)📝
pages/doc.vue(+58 -58)📝
pages/graphql.vue(+40 -35)...and 3 more files
📄 Description
See details about hard-coded strings in #488
I also added the English locale as localization fallback so that not all languages need to have the duplicated English phrases until they are properly translated
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.