File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -62,17 +62,17 @@ Localized versions of the widget are available through the CDN. To use a localiz
6262localized JS library instead of the default library:
6363
6464``` html
65- <script src =" https://www.gstatic.com/firebasejs/ui/2.2.0 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
66- <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/2.2.0 /firebase-ui-auth.css" />
65+ <script src =" https://www.gstatic.com/firebasejs/ui/2.2.1 /firebase-ui-auth__{LANGUAGE_CODE}.js" ></script >
66+ <link type =" text/css" rel =" stylesheet" href =" https://www.gstatic.com/firebasejs/ui/2.2.1 /firebase-ui-auth.css" />
6767```
6868
6969where ` {LANGUAGE_CODE} ` is replaced by the code of the language you want. For example, the French
7070version of the library is available at
71- ` https://www.gstatic.com/firebasejs/ui/2.2.0 /firebase-ui-auth__fr.js ` . The list of available
71+ ` https://www.gstatic.com/firebasejs/ui/2.2.1 /firebase-ui-auth__fr.js ` . The list of available
7272languages and their respective language codes can be found at [ LANGUAGES.md] ( LANGUAGES.md ) .
7373
7474Right-to-left languages also require the right-to-left version of the stylesheet, available at
75- ` https://www.gstatic.com/firebasejs/ui/2.2.0 /firebase-ui-auth-rtl.css ` , instead of the default
75+ ` https://www.gstatic.com/firebasejs/ui/2.2.1 /firebase-ui-auth-rtl.css ` , instead of the default
7676stylesheet. The supported right-to-left languages are Arabic (ar), Farsi (fa), and Hebrew (iw).
7777
7878Internationalized binaries are currently not available in the GitHub repository due to dependencies
You can’t perform that action at this time.
0 commit comments