Checks whether the translation contains duplicated punctuation symbols
Returns the error message and the list of fixes (removing extra punctuation symbols).
Configuration:
arrayOfPunctuation
- The list of punctuation symbols that should be checked.
To add the custom QA check, please follow these steps:
Go to Organization Settings.
Click Add-ons on the right menu and choose Custom QA checks.
Click Create Custom QA Test.
Provide the details of the custom QA check in the required fields:
object crowdin {
string sourceLanguage,
string targetLanguage,
object context {
?int maxLength,
?string pluralForm
},
string contentType,
string source,
string translation
}
Crowdin code snippet has the limitations listed below:
T- he code is completely sandboxed. Neither browser context nor NodeJS context is available.
Click Create.
Enable QA check in Project Settings tab.
Crowdin is a platform that helps you manage and translate content into different languages. Integrate Crowdin with your repo, CMS, or other systems. Source content is always up to date for your translators, and translated content is returned automatically.
Learn More