jason810496 commented on code in PR #62397:
URL: https://github.com/apache/airflow/pull/62397#discussion_r2844959178
##########
airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/dag.json:
##########
@@ -73,6 +73,12 @@
"navigation": "導航: {{arrow}}",
"toggleGroup": "展開/收合群組: 空白鍵"
},
+ "notFound": {
+ "back": "返回",
+ "backToDags": "返回 Dag 列表",
+ "message": "Dag「{{dagId}}」不存在。",
Review Comment:
We haven't add any `「」` or `""` around the entity identifier so far.
Not sure would it be better to remove it?
```suggestion
"message": "Dag {{dagId}} 不存在。",
```
--
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]