@@ -44,31 +44,51 @@ store.dispatch( i18nActions.setDictionaries(
4444 {
4545 'key_1' : 'Первый дефолтный ключ из установленного нами словаря' ,
4646 'key_2' : [ [ "Остался" , "Осталось" , "Осталось" ] , " " , "$count" , " " , [ "час" , "часа" , "часов" ] ] ,
47- 'key_3' : 'Просто число после двоеточия: $Count'
47+ 'key_3' : 'Просто число после двоеточия: $Count' ,
48+ 'key_4' : {
49+ nested_1 : 'Москва' ,
50+ nested_2 : 'Санкт-Петербург'
51+ }
4852 } ,
4953 'en-US' :
5054 {
5155 'key_1' : 'First default key from our dictionary' ,
5256 'key_2' : [ "$count" , " " , [ "hour" , "hours" ] ] ,
53- 'key_3' : 'Number: $Count'
57+ 'key_3' : 'Number: $Count' ,
58+ 'key_4' : {
59+ nested_1 : 'Moscow' ,
60+ nested_2 : 'St. Petersburg'
61+ }
5462 } ,
5563 'pl' :
5664 {
5765 'key_1' : 'Prosze, dwa bilety drugiej klasy do Warszawy.' ,
5866 'key_2' : [ [ "Pozostała" , "Pozostały" , "Pozostało" ] , " " , "$count" , " " , [ "godzina" , "godziny" , "godzin" ] ] ,
59- 'key_3' : 'Numer: $Count'
67+ 'key_3' : 'Numer: $Count' ,
68+ 'key_4' : {
69+ nested_1 : 'Moskwa' ,
70+ nested_2 : 'Petersburg'
71+ }
6072 } ,
6173 'fr' :
6274 {
6375 'key_1' : 'Ayant risqué une fois-on peut rester heureux toute la vie' ,
6476 'key_2' : [ "$count" , " " , [ "heure" , "heures" ] , " " , [ "restante" , "restantes" ] ] ,
65- 'key_3' : 'Nombre: $Count'
77+ 'key_3' : 'Nombre: $Count' ,
78+ 'key_4' : {
79+ nested_1 : 'Moscou' ,
80+ nested_2 : 'St. Pétersbourg'
81+ }
6682 } ,
6783 'be' :
6884 {
6985 'key_1' : 'Адзін квіток да Мінска, калі ласка' ,
7086 'key_2' : [ [ "Засталася" , "Засталося" , "Засталося" ] , " " , "$count" , " " , [ "гадзіна" , "гадзіны" , "гадзін" ] ] ,
71- 'key_3' : 'Засталося: $Count'
87+ 'key_3' : 'Засталося: $Count' ,
88+ 'key_4' : {
89+ nested_1 : 'Масква' ,
90+ nested_2 : 'Санкт-Пецярбург'
91+ }
7292 }
7393 }
7494) ) ;
0 commit comments