pierrejeambrun commented on code in PR #55154:
URL: https://github.com/apache/airflow/pull/55154#discussion_r2318436870
##########
dev/i18n/check_translations_completeness.py:
##########
@@ -124,12 +124,7 @@ def expand_plural_keys(keys: set[str], lang: str) ->
set[str]:
def get_locale_files() -> list[LocaleFiles]:
return [
LocaleFiles(
- locale=locale_dir.name,
- files=[
- f.name
- for f in locale_dir.iterdir()
- if f.suffix == ".json" and f.name != "_freeze_exemptions.json"
- ],
Review Comment:
+1 for jarek proposal, I like this workflow and it makes sense to 'move' the
target if we bypass the freeze. (it should be last resort, not something that
happens on a regular basis)
--
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]