Skip to content

Commit

Permalink
Fix default language file link
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenHughes committed Feb 16, 2023
1 parent cea65e1 commit 2054d73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ $("iproov-me").on("ready started cancelled streamed progress passed failed error

The Web SDK ships with English strings by default. To provide strings in another language, you can supply `language` overrides as JSON. Language files use the same structure.

- [View the default language file with all keys and language strings](https://github.com/iProov/web/blob/master/iproov-en.json)
- [View the default language file with all keys and language strings](https://github.com/iProov/web/blob/master/languages/iproov-en.json)

You can customise the language by supplying the `language` attribute to your iProov component. The `language` value must be valid JSON and passed as a string.

Expand Down

0 comments on commit 2054d73

Please sign in to comment.