find-missing-translations

Installation
SKILL.md

Find Missing Translations

Overview

Extract string resource keys from a default values/strings.xml that are absent in a target locale's strings.xml, excluding non-translatable entries. Outputs missing keys and offers to translate them.

The repo now has two independent Crowdin-managed resource trees — you must scan both (see "Resource trees" below).

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

Resource trees (scan BOTH)

There are two separate strings.xml trees, each with its own default values/ and per-locale values-<locale>/ files, each wired into crowdin.yml independently:

Installs
16
GitHub Stars
1.6K
First Seen
Mar 30, 2026
find-missing-translations — vitorpamplona/amethyst