Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,14 @@ Once enabled, QA checks will work in the background and scan the translations fo
Currently available for English, German, Spanish, French, Italian, Dutch, Norwegian, Polish, Russian, Swedish, Ukrainian, Japanese, Korean, Chinese Simplified, and Turkish.
</Aside>

**Duplicate translation** &ndash; translations that duplicate already existing translation.
**Duplicate translation** &ndash; translations that duplicate already existing translations.

**FTL syntax** &ndash; the correct usage of the FTL syntax in translations.

**Android syntax** &ndash; the correct usage of the Android syntax in translations.

**Numbers mismatch** &ndash; checks for inconsistencies or missing numbers between the source and translations.

## QA Status Options

<span>OFF</span> &ndash; when it’s not enabled.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ By default, QA checks are enabled. To select the needed QA checks in your projec

**Error** &ndash; translators are notified about QA issues with suggestions for fixes, and they cannot save the translation until all issues are resolved.

<Image src={qaChecksSettings} alt="QA Checks Settings" />
<Image src={qaChecksSettings} alt="QA Checks Settings" class="width-2xl"/>

Use the **Consider as fixed** option to define how many approvals a translation must have before its QA issues are automatically treated as resolved. When a translation reaches the specified number of approvals, Crowdin Enterprise clears any flagged QA issues for that string.

Once enabled, QA checks will work in the background and scan the translations for potential QA issues.

Expand Down Expand Up @@ -121,8 +123,10 @@ In the opened window you can see the list of words added to the ignore list. You
Currently available for English, German, Spanish, French, Italian, Dutch, Norwegian, Polish, Russian, Swedish, Ukrainian, Japanese, Korean, Chinese Simplified, and Turkish.
</Aside>

**Duplicate** &ndash; translations that duplicate already existing translation.
**Duplicate** &ndash; translations that duplicate already existing translations.

**FTL Markup syntax check** &ndash; the correct usage of the FTL syntax in translations.

**Android Markup syntax check** &ndash; the correct usage of the Android syntax in translations.

**Numbers mismatch** &ndash; checks for inconsistencies or missing numbers between the source and translations.
Loading