Sliding Clock: BUGFIX: en2 patchwork has to come in furhter to the left
parent
cbb045274e
commit
482a1b96c1
|
|
@ -34,13 +34,13 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'medium',
|
type: 'medium',
|
||||||
init_coords: [0.27,0.1],
|
init_coords: [0.26,0.1],
|
||||||
row_direction: [0.0,1.0],
|
row_direction: [0.0,1.0],
|
||||||
rows: 2
|
rows: 2
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'small',
|
type: 'small',
|
||||||
init_coords: [0.27,0.9],
|
init_coords: [0.26,0.9],
|
||||||
row_direction: [0.0,1.0],
|
row_direction: [0.0,1.0],
|
||||||
rows: 1
|
rows: 1
|
||||||
}
|
}
|
||||||
|
|
@ -96,7 +96,6 @@
|
||||||
'es': { date_formatter: 'es'},
|
'es': { date_formatter: 'es'},
|
||||||
'jp': { date_formatter: 'jp'},
|
'jp': { date_formatter: 'jp'},
|
||||||
'dgt': { date_formatter: 'dgt'},
|
'dgt': { date_formatter: 'dgt'},
|
||||||
'dgt2': { date_formatter: 'default'},
|
|
||||||
}
|
}
|
||||||
var locales = Object.keys(locale_mappings);
|
var locales = Object.keys(locale_mappings);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue