shahar1 commented on code in PR #51330:
URL: https://github.com/apache/airflow/pull/51330#discussion_r2123922333
##########
.github/boring-cyborg.yml:
##########
@@ -344,6 +344,27 @@ labelPRBasedOnFilePath:
- airflow-core/docs/ui.rst
- airflow-core/src/airflow/ui/**/*
+ area:translations:
+ - airflow-core/src/airflow/ui/src/i18n/**/*
+
+ translation:default:
+ - airflow-core/src/airflow/ui/src/i18n/locales/en/*
+
+ translation:de:
Review Comment:
In the long term, if we maintain translations as sort of "mini Python
packages" - I think that it makes sense to treat them like providers, so each
will have its own label. Issues/PRs will be easier to filter for both
analytical and practical purposes, not only by code owners.
I agree though that it needs to be maintained or automated (thanks Jens!).
--
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]