The custom quality assurance (QA) checks is the feature that helps efficiently handle language-specific aspects such as punctuation, numbers, and regular expressions to ensure more accurate QA check results and high-quality translations in all languages. With custom QA checks, you can detect the exact mistakes you want. It helps customers avoid mistakes in the texts and translators to translate the content more proficiently.
Custom QA checks could be created in the Organization Settings > QA Checks page.
Provide the details of the custom QA check in the required fields:
crowdin
object and several properties. To create the code snippet, use the following structure: object crowdin {
object file {
string name,
string fullName,
string branch,
string type
}
string sourceLanguage,
string targetLanguage,
object context {
string context,
?int maxLength,
?string pluralForm,
?string identifier
},
string contentType,
string source,
string translation
}
Code Snippet Limitations
Crowdin code snippet has the limitations listed below:
date
, math
and similar ones are not availableRead the Code Snippet for Custom QA Checks article for more details on how to create your own custom QA checks.
All custom QA checks will be available in the Project settings together with QA checks provided by Crowdin. To enable custom QA checks, follow these steps:
Need help working with Custom QA Checks or have any questions? Contact Support Team.