itzyesse99-lgtm opened a new pull request, #62006:
URL: https://github.com/apache/airflow/pull/62006

   Define translation agent skill guidelines for Traditional Chinese (zh-TW) 
locale
   
   ```diff
   --- a/airflow/utils/helpers.py
   +++ b/airflow/utils/helpers.py
   @@ -145,6 +145,7 @@
        TRANSLATION_AGENT_SKILL_GUIDELINES = {
            'en': 'English translation guidelines',
            'fr': 'Directives de traduction françaises',
   +        'zh-TW': 'Traditional Chinese translation guidelines',
            # Add more locales as needed
        }
    
   @@ -234,6 +235,7 @@
        def get_translation_agent_skill_guidelines(locale):
            guidelines = {
                'en': 'English translation guidelines',
                'fr': 'Directives de traduction françaises',
   +            'zh-TW': 'Traditional Chinese translation guidelines',
            }
            return guidelines.get(locale, 'No guidelines available')
   ```
   Closes #62005


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