mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1108] Specific language on PWA #388
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#388
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 @yjlin0224 on GitHub (Aug 23, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1108
I am using Microsoft Edge (Chromium based) on Windows 10 to browse hoppscotch.
When I set the language of hoppscotch to 繁體中文, the url seems goto https://hoppscotch.io/tw.
And after I install hoppscotch as a PWA app in Microsoft Edge (Chromium based), I pin it to taskbar and close it.
After I clicked the icon that I just pinned to open hoppscotch as a PWA app, I got English interface, not 繁體中文.
It seems the browser just use https://hoppscotch.io to install hoppscotch but not https://hoppscotch.io/tw.
So, how can I install hoppscotch as a PWA app with specific language?
Or, just save the language in to localStorage and use
https://hoppscotch.ioto show specific language, nothttps://hoppscotch.io/<lang>#1062@liyasthomas commented on GitHub (Aug 23, 2020):
Let me look into this.