pierrejeambrun commented on code in PR #55154:
URL: https://github.com/apache/airflow/pull/55154#discussion_r2318445801
##########
dev/breeze/src/airflow_breeze/utils/selective_checks.py:
##########
@@ -85,13 +85,17 @@
NON_COMMITTER_BUILD_LABEL = "non committer build"
UPGRADE_TO_NEWER_DEPENDENCIES_LABEL = "upgrade to newer dependencies"
USE_PUBLIC_RUNNERS_LABEL = "use public runners"
-
+ALLOW_TRANSACTION_CHANGE_LABEL = "allow translation change"
ALL_CI_SELECTIVE_TEST_TYPES = "API Always CLI Core Other Serialization"
ALL_PROVIDERS_SELECTIVE_TEST_TYPES = (
"Providers[-amazon,google,standard] Providers[amazon] Providers[google]
Providers[standard]"
)
+# For now we do not allow to change English translations in UI
+# unless the label to allow it is set. Change it back to False when we allow
translation back
Review Comment:
Nit:
```suggestion
# Set to True to enter a translation freeze period. Set to False to exit a
translation freeze period.
```
--
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]