DjVinnii commented on code in PR #50995: URL: https://github.com/apache/airflow/pull/50995#discussion_r2110172775
########## airflow-core/src/airflow/ui/src/i18n/config.ts: ########## @@ -36,6 +38,7 @@ export const supportedLanguages = [ { code: "de", name: "Deutsch" }, { code: "en", name: "English" }, { code: "ko", name: "한국어" }, + { code: "nl", name: "Nederlands" }, Review Comment: @jscheffl If all the names should be in English, then yes. However, to me it seems like the name in here should be the in represented language. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org