Find Missing Translations Overview Extract string resource keys from the default that are absent in a target locale's , excluding non-translatable entries. Outputs missing keys and offers to translate them. When to Use - Need to find untranslated strings for a specific locale - Preparing a batch of strings for a translator - Checking translation coverage after adding new features Background: Crowdin strip-identical behavior This repo syncs translations via Crowdin (branch ). Crowdin's default export behavior omits any translation that exactly equals the source , so a key that the translator d…