Add Zyyy for an undetermined script and use it accordingly
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -42,6 +42,11 @@
|
||||
return $.uls.data.getScript( target );
|
||||
}
|
||||
|
||||
if ( !$.uls.data.languages[language] ) {
|
||||
// Undetermined
|
||||
return 'Zyyy';
|
||||
}
|
||||
|
||||
return $.uls.data.languages[language][0];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user