mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4002] [bug]: Hoppscotch doesn't load in French since last version #1412
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#1412
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 @JulienPerrin on GitHub (Apr 23, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4002
Is there an existing issue for this?
Current behavior
All white when French language is selected for me (already selected before by me, which makes bug hard to comprehend).

This bug took me 2 hours to find a solution :
Here are my settings when I have the bug (need to click on settings button and do F5 :

Works when I switch to English :

works ok in English :

Steps to reproduce
Environment
Production
I use Chrome on Linux, but I suspect that it is not the issue.
Version
Cloud
@liyasthomas commented on GitHub (Apr 23, 2024):
Thanks for reporting this bug. Currently, we're investigating the root cause for this behavior, this is probably due to a misconfigured translation string in the French locale as mentioned.
I'll update once a fix is live on production.
@gabrielstuff commented on GitHub (Apr 23, 2024):
Yes, I confirm that I have the same issue in french.
I've needed to use an extension to switch the browser to english, then went to hoppscotch settings and select english and it worked !
I'm sing hoppscotch as a PWA.
@joeljstephen commented on GitHub (Apr 24, 2024):
We have identified the cause of the issue and will be raising a fix for this soon.
@JulienPerrin commented on GitHub (Apr 24, 2024):
Thank you, would be nice if this kind of error was caught at compile time to avoid new issues.
@DataHearth commented on GitHub (Apr 29, 2024):
Found the same issue with the desktop app on MacOS. Probably the same under linux with the appimage.
@joeljstephen commented on GitHub (May 1, 2024):
@JulienPerrin @DataHearth @gabrielstuff The fix has been merged in our latest release (
2024.3.2). Can you cross-verify if the issue has been resolved in the latest build?@DataHearth commented on GitHub (May 1, 2024):
@JulienPerrin Hey! I can confirm on MacOS x64, the issue is gone, good job! I'm updating the package under nixpkgs 👍 . Gonna check with linux x64 today as well
@liyasthomas commented on GitHub (May 1, 2024):
Thanks for your patience and valuable feedback. This issue has been resolved in the latest release.
Closing this ticket as the fix is now available in the recent version. Please feel free to reach out if you have any other concerns.
@JulienPerrin commented on GitHub (May 14, 2024):
solved for me, thank you