bbovenzi opened a new issue, #68252:
URL: https://github.com/apache/airflow/issues/68252

   Problem:
   We repeat a lot of our translation keys. This makes an ever larger surface 
area to maintain for every language. It can also introduce room for 
inconsistencies in how the same phrase is translated.
   
   Solution:
   Use nesting ([docs](https://www.i18next.com/translation-function/nesting)) 
to reuse many of our keys.
   
   One point to consider is making sure we can refer to translations in 
separate json files so that we can keep base concepts in `common.json`. But 
even starting with nesting translation keys inside of a single file would make 
our code much more DRY.


-- 
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]

Reply via email to