Merge pull request #234 from santhoshtr/T137868
List the languages in Worldwide in their respective regions too
This commit is contained in:
@@ -94,11 +94,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Worldwides only displayed once
|
|
||||||
if ( $.inArray( 'WW', regions ) > -1 ) {
|
|
||||||
regions = [ 'WW' ];
|
|
||||||
}
|
|
||||||
|
|
||||||
for ( i = 0; i < regions.length; i++ ) {
|
for ( i = 0; i < regions.length; i++ ) {
|
||||||
this.regionLanguages[ regions[ i ] ].push( langCode );
|
this.regionLanguages[ regions[ i ] ].push( langCode );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user