potiuk opened a new pull request, #70516: URL: https://github.com/apache/airflow/pull/70516
`breeze ui check-translation-completeness` (and the other `breeze ui` translation commands) treated **every** subdirectory of `airflow-core/src/airflow/ui/public/i18n/locales/` as a locale, including dot-directories left behind by agent/editor tooling — e.g. a stray `.claude/.cc-writes/` scratch dir, which git never surfaces because empty directories are untracked. The result was a hard failure with a misleading message that gives no hint the directory is not a locale at all: ``` Error: No plural suffixes defined for language '.claude'. ``` `get_locale_files()` now skips directories whose name starts with `.`, plus a regression test. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
