This is an automated email from the ASF dual-hosted git repository.

shahar pushed a commit to branch cancel-translation-freeze
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 51a81a07baff6fc05f8d44bff78b208fece048ad
Author: Shahar Epstein <[email protected]>
AuthorDate: Fri Sep 26 01:22:07 2025 +0300

    Change translation freeze setting to False
---
 dev/breeze/src/airflow_breeze/utils/selective_checks.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/breeze/src/airflow_breeze/utils/selective_checks.py 
b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
index 5b92a89309a..bca72d3e28f 100644
--- a/dev/breeze/src/airflow_breeze/utils/selective_checks.py
+++ b/dev/breeze/src/airflow_breeze/utils/selective_checks.py
@@ -92,7 +92,7 @@ ALL_PROVIDERS_SELECTIVE_TEST_TYPES = (
 )
 
 # Set to True to enter a translation freeze period. Set to False to exit a 
translation freeze period.
-FAIL_WHEN_ENGLISH_TRANSLATION_CHANGED = True
+FAIL_WHEN_ENGLISH_TRANSLATION_CHANGED = False
 
 
 class FileGroupForCi(Enum):

Reply via email to