bbovenzi commented on PR #50626: URL: https://github.com/apache/airflow/pull/50626#issuecomment-2895367833
> > After this PR we should add two linting rules: > > ``` > > * Check to see if a language is missing a translation string and throw a warning > > ``` > > Mhm, if we have 15 languages and you add some small piece to a screen this would be a blocker if you need to take care for translations prior merge. That would slow-down a lot of UI changes. I assume at least this needs to be satisfied for PRs that are back-ported (in future to 3.1) or before a release is made to close all translation gaps. Ah, but you say "Warning" not a blocking check... this is OK! Yes just a warning, do not block, if a language is missing a translation after we added a new feature. -- 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]
