i18n

Localization and translation

Uses and selection guide

Use these skills to document behavior and maintain explanations alongside code. Check which source files the workflow reads, whether examples are executable and how it keeps terminology consistent across languages.

Showing 1-24 of 837 skills
vamseeachanta

docusaurus

by vamseeachanta

Build modern documentation websites with Docusaurus. Covers docs, blog, pages, versioning, i18n, search integration, and deployment patterns. React-based with MDX support for interactive documentation.

Docs Gen 16 7mo ago
brycewang-stanford

translate-to-quarto

by brycewang-stanford

Translate Beamer LaTeX to Quarto RevealJS. Multi-phase workflow with TikZ extraction and QA.

Design 3.6K 5mo ago
Yuan1z0825

nature-reader

by Yuan1z0825

Build full-paper Chinese-English side-by-side, figure/table/equation-aware, source-grounded Markdown readers for journal or conference papers from PDF, DOI, arXiv, publisher HTML, or pasted text. Use whenever the user asks to translate or read a paper, make 中英文对照/原文对照/全文翻译解读, render equations instead of exposing raw LaTeX, extract figures or tables into the right positions, preserve figure/table placement near relevant prose, or keep exact source anchors for every block. This skill must not degrade into a summary-only output unless the user explicitly asks for a summary. Also trigger on general paper-reading and translation requests even without the word "Nature", such as reading/translating an academic paper, literature reading, understanding a paper, and Chinese phrasings like 读论文、精读论文、论文翻译、文献翻译、文献阅读、学术阅读、帮我读这篇文章、翻译这篇paper.

Processing 37.3K 1mo ago
manaflow-ai

cmux-localization

by manaflow-ai

"Localization rules and audit workflow for cmux UI strings, settings rows, menus, shortcuts, schema/config text, docs, command/help text, alerts, tooltips, and web messages. Use whenever changing user-facing text."

i18n 26.8K 6d ago
n8n-io

n8n:content-design

by n8n-io

Product content designer for UI copy. Use when writing, reviewing, or auditing user-facing text: button labels, error messages, tooltips, empty states, modal copy, placeholder text, confirmation dialogs, onboarding flows, or i18n strings. Also use when the user says /copy, /content, or /ux-copy.

Design 203.2K 24d ago
lobehub

docs-changelog

by lobehub

'Write website changelog pages under docs/changelog/*.mdx. Use for EN/ZH product update posts, changelog posts, update-log copy, or docs changelog edits; not GitHub Release notes.'

Git & VCS 82.3K 2mo ago
lobehub

builtin-tool

by lobehub

'Build LobeHub builtin tool packages. Use when adding agent-callable tools, manifests, executors, runtimes, inspectors, renders, placeholders, streaming, interventions, portals, or tool registries.'

i18n 82.3K 1mo ago
larksuite

lark-im

by larksuite

"飞书即时通讯:收发消息和管理群聊。发送和回复消息、搜索聊天记录、管理群聊成员、上传下载图片和文件、管理表情回复、发送应用内/短信/电话加急、发送和处理交互卡片(Interactive Card)、监听卡片按钮回调(card.action.trigger)。当用户需要发消息、查看或搜索聊天记录、下载聊天中的文件、查看群成员、搜索群、创建群聊或话题群、管理标记数据、管理 Feed 置顶(添加/移除/查询置顶会话)、管理标签数据、处理卡片回调时使用。"

Docs Gen 16.9K 10d ago
comet-ml

opik-frontend

by comet-ml

React frontend patterns for Opik. Use when working in apps/opik-frontend, on components, state, or data fetching.

i18n 21.6K 1mo ago
microsoft

azure-ai-translation-text-py

by microsoft

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

Processing 3K 6mo ago
gmh5225

windows-kernel-security

by gmh5225

Guide for Windows kernel internals and security mechanisms used in game protection and low-level research. Use this skill when working with drivers, IRQL-sensitive callbacks, EPROCESS, ETHREAD, MMVAD internals, IOCTL paths, DSE, PatchGuard, HVCI, PiDDBCache, MmUnloadedDrivers, or kernel memory inspection.

i18n 3.4K 1mo ago
openclaw

technical-documentation

by openclaw

Build and review high-quality technical docs as well as agent instruction files in your repository.

Docs Gen 389.1K 3mo ago
lobehub

i18n

by lobehub

'LobeHub i18n with react-i18next. Use for user-facing strings, locale keys, namespaces, useTranslation, t(), interpolation, zh-CN/en-US previews, hardcoded UI copy, or bun run i18n.'

i18n 82.3K 1mo ago
lobehub

hotkey

by lobehub

'Add or edit LobeHub keyboard shortcuts. Use for HotkeyEnum, HOTKEYS_REGISTRATION, combineKeys, useHotkeyById, tooltip hotkeys, shortcut scope, conflicts, or Cmd/Ctrl key combos.'

Code Gen 82.3K 1mo ago
lobehub

project-overview

by lobehub

'LobeHub open-source monorepo architecture map. Use when locating code layers, understanding apps/packages/src layout, business stubs, project structure, or onboarding to the repository.'

i18n 82.3K 20d ago
payloadcms

triage-ci-flake

by payloadcms

Use when CI tests fail on main branch after PR merge, when investigating flaky test failures, or when user provides a PR URL/number to aggregate all failing tests

Code Review 44.5K 26d ago
payloadcms

generate-translations

by payloadcms

Use when new translation keys are added to packages to generate new translations strings

Code Gen 44.5K 7mo ago
elastic

kibana-privilege-deprecation

by elastic

Implement and review Kibana feature privilege deprecations. Use when deprecating features, renaming features, splitting features, consolidating features, moving privilege capabilities, reviewing deprecation PRs, or working with the replacedBy mapping system.

i18n 21.3K 6mo ago
elastic

kibana-i18n

by elastic

Add i18n to Kibana React components and server code using @kbn/i18n and @kbn/i18n-react. Use when internationalizing UI strings, adding FormattedMessage, calling i18n.translate, naming message IDs, or working with Kibana translation files.

i18n 21.3K 4mo ago
elastic

workflows-management-jest-testing

by elastic

Use the shared TestProvider in workflows_management Jest tests instead of hand-wiring KibanaContextProvider, QueryClientProvider, WorkflowsContextProvider, MemoryRouter, I18nProvider, and the Redux Provider. Use when writing or updating React/Jest tests under src/platform/plugins/shared/workflows_management/public/**, rendering components or hooks that touch Kibana services, the Redux store, react-query, routing, or i18n.

i18n 21.3K 4mo ago
elastic

workflows-custom-triggers

by elastic

Register and implement custom workflow triggers from an external Kibana plugin using @kbn/workflows-extensions. Use when adding or modifying an event-driven trigger with registerTriggerDefinition, designing eventSchema Zod schemas, writing documentation and KQL snippets, wiring emitEvent via request context or getClient, choosing sync vs async public loader registration, updating APPROVED_TRIGGER_DEFINITIONS, or reviewing PRs that touch any of these. Always ask for the user's plugin id first to locate the correct plugin and file paths.

i18n 21.3K 2mo ago
elastic

keyword-search

by elastic

Guide for building keyword/full-text search with Elasticsearch. Use when a developer wants text matching, filters, faceted search, autocomplete, or traditional search functionality.

Design 21.3K 4mo ago
pollinations

polli

by pollinations

Generate images, text, audio, video, and transcribe speech via the Pollinations API using the polli CLI. Use when asked to generate media, call pollinations.ai, check pollen balance, list models, manage API keys, inspect quests, manage agents or my-models, or run polli commands.

CLI Tools 5K 6d ago
pollinations

model-debugging

by pollinations

Debug and diagnose model errors in Pollinations services. Analyze logs, find error patterns, identify affected users.

Processing 5K 27d ago