split long texts in translation file into smaller chunks
This commit is contained in:
@@ -182,6 +182,10 @@ define(
|
||||
}
|
||||
};
|
||||
|
||||
if ( Array.isArray( result ) ) {
|
||||
result = result.join( '\n\n' );
|
||||
}
|
||||
|
||||
if ( args && args.length ) {
|
||||
var regex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user