translation-status-summary

Analyze UniGetUI language files and report translation completion percentages.

25.4k|893|Updated Jun 15, 2021
One-click install
npx skills add https://github.com/Devolutions/UniGetUI --skill translation-status-summary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translation-status-summary
Source: https://github.com/Devolutions/UniGetUI/tree/main/.agents/skills/translation-status-summary
Command: npx skills add https://github.com/Devolutions/UniGetUI --skill translation-status-summary

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires PowerShell 7, and includes scripts (resource) components.

What problem does it solve?

This Skill provides a clear and concise overview of the translation progress for the UniGetUI project across all supported languages, highlighting areas needing attention.

Core Features & Use Cases

  • Translation Status Reporting: Generates detailed summaries of translation coverage.
  • Language File Analysis: Reads and analyzes language files within the project.
  • Use Case: A project manager can use this Skill to quickly assess which languages are fully translated, partially translated, or missing translations, enabling efficient allocation of translation resources.

Quick Start

Use the translation-status-summary skill to show the default table summary of translation status.

Frequently Asked Questions about translation-status-summary

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I summarize translation status for multiple language files in a project?

You can generate a translation status report that provides counts for translated, missing, empty, and source-equal entries, along with computed completion percentages. It analyzes checked-in language files and reference data to highlight areas needing attention.

What is the best way to report localization coverage across supported languages?

Reporting localization coverage involves reading and analyzing language files within the project to generate detailed summaries of translation progress. This Skill highlights which languages are fully translated, partially translated, or missing translations entirely.

Can I export translation status summaries to JSON or markdown?

Yes, you can export translation status summaries to JSON and markdown formats. The Skill supports table, JSON, and markdown output formats, allowing you to integrate the translation coverage data into other reporting pipelines.

Does this translation reporting tool require PowerShell?

Yes, this translation reporting tool requires PowerShell 7 as a dependency. The Skill is implemented as a script to analyze the checked-in language files and compute the completion percentages for your localization project.

How do I identify missing or empty translations in my localization files?

To identify missing or empty translations, the Skill analyzes your checked-in language files against reference data and explicitly counts missing, empty, and source-equal entries. This allows project managers to quickly assess where translation resources are needed.