split long texts in translation file into smaller chunks

This commit is contained in:
Georg Fischer
2016-01-11 15:36:44 +01:00
parent aeeaf34c49
commit eda5d0b20f
2 changed files with 14 additions and 2 deletions
+4
View File
@@ -182,6 +182,10 @@ define(
}
};
if ( Array.isArray( result ) ) {
result = result.join( '\n\n' );
}
if ( args && args.length ) {
var regex;