translate

Automates translation of missing .po file entries using a subagent.

2.3k|331|Updated Jun 3, 2024
One-click install
npx skills add https://github.com/crbnos/carbon --skill translate-crbnos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: translate
Source: https://github.com/crbnos/carbon/tree/main/.ai/skills/translate
Command: npx skills add https://github.com/crbnos/carbon --skill translate-crbnos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the translation of missing .po file translations, reducing the manual effort required for localization processes.

Core Features & Use Cases

  • Automatic Translation: Quickly translate missing .po file translations without manually reviewing each entry.
  • Customizable Chunking: Adjust the size of translation chunks to balance speed and parallelism.
  • Error Handling: Automatically re-runs the process until all translations are complete or a maximum of three rounds is reached.

Quick Start

Run the translate skill to automatically fill in missing translations for your .po files.

Frequently Asked Questions about translate

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

FAQPage Schema
How do I automatically translate missing entries in .po files?

To translate missing .po file entries, this Skill automates the process using Haiku subagents. It applies chunking to translation tasks and merges results deterministically, bypassing LLM writing paths to quickly fill in missing application translations.

What is the best way to handle localization for missing .po file translations?

The best way to handle missing .po file translations is automated localization workflows using Haiku subagents. This approach chunks translation tasks for parallel processing and merges results deterministically without relying on an LLM writing path.

Can I adjust chunk size when translating .po files for software development?

Yes, you can customize chunk size when translating .po files. Adjusting translation chunks allows you to balance processing speed and parallelism to efficiently manage localization workflows for your software development project.

How does error handling work for incomplete .po file translations?

Error handling for incomplete .po file translations automatically re-runs the process. The system continues executing translation tasks until all missing entries are complete or it reaches a maximum of three retry rounds.

Does the .po file translation process rely on LLMs for writing results?

No, the .po file translation process does not rely on an LLM for the writing path. It uses Haiku subagents for translation and applies deterministic merging of results to ensure accurate localization outputs.