airflow-translations
Installation
SKILL.md
Airflow Translations
Determining the Task
Translation work falls into one of two categories depending on whether the
target locale already exists. Check if a directory for the locale exists under
airflow-core/src/airflow/ui/public/i18n/locales/<locale>/. If it does, skip
ahead to Updating an Existing Translation. If not, start with Adding a Translation below.
Adding a Translation
When adding a translation, some configuration files need to be updated before translation work can begin.