frappe-translations-writer
Translation Helper
File paths
| File | Path |
|---|---|
| POT template | apps/<app>/<app>/locale/main.pot |
| PO translations | apps/<app>/<app>/locale/<locale>.po |
| MO compiled | sites/assets/locale/<locale>/LC_MESSAGES/<app>.mo |
Workflow
PYTHON=/workspace/development/frappe-bench/env/bin/python
SCRIPTS=<skill_dir>/scripts
PO=apps/<app>/<app>/locale/es_PE.po
More from kehwar/skills
setup-workflow-skills
Scaffolds AGENTS.md, docs/glossary.md, docs/adr/, docs/issue-tracker.md, and Beads issue tracking in a fresh repo.
17tdd
Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants integration tests, or asks for test-first development.
17write-a-skill
Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.
14improve-codebase-architecture
Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.
12to-prd
Turn the current conversation context into a PRD and publish it to Beads Issue Tracker. Use when user wants to create a PRD from the current context.
12grill-with-docs
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
10