andreahlert commented on code in PR #62983:
URL: https://github.com/apache/airflow/pull/62983#discussion_r2895070271


##########
dev/breeze/src/airflow_breeze/commands/ui_commands.py:
##########
@@ -355,91 +391,93 @@ def print_translation_progress(locale_files, 
missing_counts, summary):
         table = tables[lang]
         table.title = f"Translation Progress: {lang}"
         table.add_column("File", style="bold cyan")
-        table.add_column("Missing", style="red")
-        table.add_column("Extra", style="yellow")
-        table.add_column("TODOs", style="magenta")
+        table.add_column("Required (base EN)", style="dim")
+        table.add_column("Required (plural)", style="dim")
+        table.add_column("Total required", style="bold")
         table.add_column("Translated", style="green")
-        table.add_column("Total", style="bold")
+        table.add_column("Missing", style="red")
         table.add_column("Coverage", style="bold")
-        table.add_column("Completed", style="bold")
+        table.add_column("TODOs", style="magenta")
+        table.add_column("Unused", style="yellow")

Review Comment:
   Clarified in the PR description. No --verbose for now.



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