Skip to content

Commit 04e98ca

Browse files
authored
Fix stale flag name in Airflow translations agent skill (#71332)
1 parent 7004bf9 commit 04e98ca

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

  • .agents/skills/airflow-translations

.agents/skills/airflow-translations/SKILL.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,11 +122,12 @@ If there are **missing** keys, scaffold them with `TODO: translate:` stubs:
122122
breeze ui check-translation-completeness --language <locale> --add-missing
123123
```
124124

125-
If there are **extra** keys (present in the locale but not in English), remove
126-
them:
125+
If there are **unused** keys — keys that are not required, meaning they are
126+
absent from the English locale or are plural suffixes this language does not
127+
need — remove them:
127128

128129
```bash
129-
breeze ui check-translation-completeness --language <locale> --remove-extra
130+
breeze ui check-translation-completeness --language <locale> --remove-unused
130131
```
131132

132133
Now translate the `TODO: translate:` entries following the locale-specific
@@ -138,7 +139,8 @@ guideline, then continue to **Validation** below.
138139

139140
After completing translations, run these checks:
140141

141-
Check completeness. The output should show 0 missing, 0 extra, and 0 TODOs:
142+
Check completeness. The output table should show 0 missing, 0 TODOs, 0 unused,
143+
and 100% coverage:
142144

143145
```bash
144146
breeze ui check-translation-completeness --language <locale>

0 commit comments

Comments
 (0)