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 $ARGUMENTS contains a | separator, split into singular (before |) and plural (after |)
  • If $ARGUMENTS has no |, treat the entire string as the singular (other) form for all languages
  • If $ARGUMENTS is empty, use AskUserQuestion to ask the user for the English text

The user may also provide:

Related skills

More from morphet81/cheat-sheets

Installs
79
First Seen
Apr 7, 2026