Merge pull request #234 from santhoshtr/T137868

List the languages in Worldwide in their respective regions too
This commit is contained in:
Niklas Laxström
2016-07-26 10:27:49 +03:00
committed by GitHub

View File

@@ -94,11 +94,6 @@
}
}
// Worldwides only displayed once
if ( $.inArray( 'WW', regions ) > -1 ) {
regions = [ 'WW' ];
}
for ( i = 0; i < regions.length; i++ ) {
this.regionLanguages[ regions[ i ] ].push( langCode );
}