eladkal commented on code in PR #51330:
URL: https://github.com/apache/airflow/pull/51330#discussion_r2122558363
##########
.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:
Translations is under havey development but I expect it to be reduced soon.
At the end translation is 2 files which will remain stable with little to no
changes (unlike provider packages).
Having a label per translation mean that someone needs to maintain it,
creating the label, updating the labeling bot etc...
If we want label per language we need someone to volunteer to own it,
including marking issues and writing the triage policy for it. This cant be
left to the owner of a specific language.
To me it seems like a lot of work for little value but if someone wants to
have it and willing to set it up feel free
--
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]