NewLine Harmony logo
NewLine Harmony Free

Ensure line break consistency between source and translated text

Get

Requires Crowdin account

var check = crowdin.source.split(/\r?\n/).length === crowdin.translation.split(/\r?\n/).length;

var result = {
  success: check
};

if (!check) {
  result.message = 'The number of new lines in the source text and translation do not match';
}

return result;
Categories
Works with
  • Crowdin Enterprise
Details

Released on Jun 3, 2023

Updated on Jul 17, 2024

Published by Crowdin

Identifier:new-line-harmony

NewLine Harmony - Crowdin Marketplace