Andrushika commented on code in PR #73200:
URL: https://github.com/apache/airflow/pull/73200#discussion_r4022287670
##########
.pre-commit-config.yaml:
##########
@@ -657,7 +657,8 @@ repos:
^providers/edge3/src/airflow/providers/edge3/plugins/www/openapi-gen/|
.*/dist/.*|
\.go$|
- /go\.(mod|sum)$
+ /go\.(mod|sum)$|
+ ^airflow-core/src/airflow/ui/public/i18n/locales/zh-
Review Comment:
The same characters are also used in Polish, French, German etc. (`”` in
Polish, `“` in German, `’` in French)
How about excluding all translation files except english?
```suggestion
^airflow-core/src/airflow/ui/public/i18n/locales/(?!en/).+/
```
--
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]