Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: insufficient conditional branching of shared text URLs #378

Closed
Robot-Inventor opened this issue Nov 27, 2023 · 0 comments · Fixed by #379
Closed

fix: insufficient conditional branching of shared text URLs #378

Robot-Inventor opened this issue Nov 27, 2023 · 0 comments · Fixed by #379
Assignees
Labels
fix Something isn't working
Milestone

Comments

@Robot-Inventor
Copy link
Owner

Robot-Inventor commented Nov 27, 2023

When the language is "ja-JP", the URL of the English version of the site is set instead of the Japanese URL.

const siteURL =
navigator.language === "ja"
? "https://robot-inventor.github.io/shadowban-scanner/"
: "https://robot-inventor.github.io/shadowban-scanner/en/";

@Robot-Inventor Robot-Inventor added the fix Something isn't working label Nov 27, 2023
@Robot-Inventor Robot-Inventor added this to the v3.0.0 milestone Nov 27, 2023
@Robot-Inventor Robot-Inventor self-assigned this Nov 27, 2023
Robot-Inventor added a commit that referenced this issue Nov 27, 2023
* fix: insufficient conditional branching of shared text URLs #378

* fix: update background script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant