localise
Installation
SKILL.md
Lokalise Translation Generator
Generate an interactive HTML translation page for pasting translations into Lokalise.
When to Use
- User provides an English string (with or without plural forms) and wants translations for Lokalise
- User mentions translating a key for the app's supported languages
- User needs a quick translation reference with copy-to-clipboard functionality
Input
Parse $ARGUMENTS as the English text to translate. The format is <english singular> [| <english plural>].
- If
$ARGUMENTScontains a|separator, split into singular (before|) and plural (after|) - If
$ARGUMENTShas no|, treat the entire string as the singular (other) form for all languages - If
$ARGUMENTSis empty, useAskUserQuestionto ask the user for the English text