mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #417] Toggling options will reset the UI to English #159
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#159
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 @williamsp on GitHub (Dec 10, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/417
Describe the bug
Toggling options will reset the UI to English.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The UI still in Bahasa Indonesia.
Screenshots
N/A
Desktop (please complete the following information):
Smartphone (please complete the following information):
N/A
Additional context
N/A
@liyasthomas commented on GitHub (Dec 10, 2019):
Issue has been identified. Will fix it ASAP
@runyasak commented on GitHub (Dec 10, 2019):
I have fixed by set
detectBrowserLanguageto false.It will disable cookie and enable for redirect.
Ref: https://nuxt-community.github.io/nuxt-i18n/browser-language-detection.html
You can review on my PR #418.
If you have any feedback or suggestion, you can tell me. 😁
@liyasthomas commented on GitHub (Dec 10, 2019):
#418 doesn't seem to fix this issue. Preview build for #418 : https://deploy-preview-418--postwoman.netlify.com/
On
pages/index.vuein line1850,this.$router.replacecause this bug.@williamsp commented on GitHub (Dec 11, 2019):
It seems that
e2d7c02only fix the toggle on the Home page.But other toggles (like Multicolor and Proxy in Settings page) still have this issue.
@liyasthomas commented on GitHub (Dec 11, 2019):
Will fix it ASAP.
@liyasthomas commented on GitHub (Dec 11, 2019):
Fixed in
github.com/liyasthomas/postwoman@945a83625d