Copyright Notice Preservation logo
Copyright Notice Preservation Free

Keeping copyright notices intact across translations

Get

Requires Crowdin account

var sourceCopyrightExists = /\(c\)|©|Copyright/i.test(crowdin.source);
var translationCopyrightExists = /\(c\)|©|Copyright/i.test(crowdin.translation);

var result = {
  success: sourceCopyrightExists === translationCopyrightExists
};

if (!result.success) {
  result.message = 'Copyright notice in the source and translation do not match';
}

return result;
Categories
Tags
Works with
  • Crowdin Enterprise
Details

Released on Jun 3, 2023

Updated on Jul 17, 2024

Published by Awesome Crowdin

Identifier:copyright-notice-preservation

Copyright Notice Preservation - Crowdin Marketplace