iTwin / viewer

Monorepo that contains the iTwin Viewer npm packages and their related packages
MIT License
25 stars 16 forks source link

Request : Localize invalid access token message #309

Closed muthubentley closed 7 months ago

muthubentley commented 8 months ago

User in Japan has requested to localize invalid access token message. Message is hardcoded now in the below line: https://github.com/iTwin/viewer/blob/a58000781f538ac468368e875072d587a415186d/packages/modules/viewer-react/src/components/BaseViewer.tsx#L42 Message: "Please provide a valid access token."

In screen it will be displayed as below. But since the user's application is in Japanese, they would like to show this message in Japanese. Please localize. image