Copilot commented on code in PR #64026: URL: https://github.com/apache/airflow/pull/64026#discussion_r3066471586
########## docs/translation_nl_guidelines.md: ########## @@ -0,0 +1,15 @@ +# Dutch (nl) Translation Guidelines + +## Language Rules +- Use simple Dutch language +- Avoid mixing English + +## Tone +- Clear and professional + +## Formatting +- Keep same meaning + +## Example +English: Task failed +Dutch: Taak mislukt Review Comment: The Example section is plain text, which can render inconsistently and is harder to scan. Consider formatting it as a small Markdown table (English/Dutch columns) or as a fenced code block so it’s visually distinct and consistent with other docs. ```suggestion | English | Dutch | | ----------- | ------------- | | Task failed | Taak mislukt | ``` -- 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]
