Add initial Portuguese (pt) translation agent skill (#62001)#62083
Open
Jayantparashar10 wants to merge 1 commit intoapache:mainfrom
Open
Add initial Portuguese (pt) translation agent skill (#62001)#62083Jayantparashar10 wants to merge 1 commit intoapache:mainfrom
Jayantparashar10 wants to merge 1 commit intoapache:mainfrom
Conversation
|
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
Author
|
Hi @jason810496, Opened this as a draft PR with the initial pt.md content based on the existing Portuguese JSON files. Happy to adjust any vocabulary, add/remove examples, or refine the rules based on feedback from Portuguese maintainers. Thanks again for the assignment and guidance! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR creates the Portuguese (pt) translation agent skill file as part of the broader initiative to help AI agents produce consistent translations for Airflow's UI.
Changes
.github/skills/airflow-translations/locales/pt.mdwith comprehensive Portuguese translation guidelines.github/skills/airflow-translations/SKILL.mdfor global terminology rules (to be completed in Define global-level translation agent skills #61985)airflow-core/src/airflow/ui/public/i18n/locales/pt/*.jsonfilesContent Overview
The
pt.mdskill file includes:Testing Strategy
After merge, any AI agent supporting "skills" context can:
Example test case:
"retry_delay": "Retry delay in seconds""retry_delay": "Atraso de retentativa em segundos"Alignment
Closes: #62001
Was generative AI tooling used to co-author this PR?