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

translation problem #81

Open
nawak86 opened this issue Aug 20, 2018 · 2 comments
Open

translation problem #81

nawak86 opened this issue Aug 20, 2018 · 2 comments

Comments

@nawak86
Copy link

nawak86 commented Aug 20, 2018

  • Are you using browser extension or userscript? browser extension
  • Is "Make GIS great again" working on other pages? yes
  • Is error disappeared when you changed extension/userscript to userscript/extension?
  • Link to page where error occurs
  • Screenshot of page where error occurs
  • Screenshot of Developer tools' "Console" (Firefox — Control+Shift+K, Chrome — Ctrl+Shift+J)

hello,

i have a problem with french translation who doesnt work :
i must change default language in this line :
const localizedViewImage = lang[(lang[navigator.language] ? navigator.language : 'en')];
by
const localizedViewImage = lang[(lang[navigator.language] ? navigator.language : 'fr')];

i think the detection doesnt work.

Ty for your work

@Firecul
Copy link

Firecul commented Aug 20, 2018

What tld are you using? .com or .fr for example

@nawak86
Copy link
Author

nawak86 commented Aug 20, 2018

i use : FR (https://www.google.fr/search?q=.....) ty for your answer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants