File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
. then ( res => res . json ( ) ) ;
26
26
27
27
// You can manually add locales. English will be used as a fallback if keys are missing.
28
- // You can force browser language detection by setting the ` i18nextLng` property to a locale key (ex: 'ru') in the localStorage .
28
+ // You can force browser language detection with: `window.localStorage[' i18nextLng'] = 'ru'` and reloading the page .
29
29
window . bracketsViewer . addLocale ( 'ru' , {
30
30
"common" : {
31
31
"round-name" : "раунд {{roundNumber}}" ,
59
59
</ script >
60
60
</ body >
61
61
62
- </ html >
62
+ </ html >
Original file line number Diff line number Diff line change 34
34
console . log ( data ) ;
35
35
36
36
// You can manually add locales. English will be used as a fallback if keys are missing.
37
- // You can force browser language detection by setting the ` i18nextLng` property to a locale key (ex: 'ru') in the localStorage .
37
+ // You can force browser language detection with: `window.localStorage[' i18nextLng'] = 'ru'` and reloading the page .
38
38
window . bracketsViewer . addLocale ( 'ru' , {
39
39
"common" : {
40
40
"round-name" : "раунд {{roundNumber}}" ,
68
68
</ script >
69
69
</ body >
70
70
71
- </ html >
71
+ </ html >
You can’t perform that action at this time.
0 commit comments