Toolverse
All skills

generate-translations

by payloadcms

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

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Backend

About this skill

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

How to use

  1. Dodaj nowy klucz translacyjny do pliku angielskiego. Otwórz packages/translations/src/languages/en.ts i wstaw swój nowy tekst w odpowiedniej sekcji (np. authentication, general, fields), używając zagnieżdżonych obiektów do organizacji.

  2. Jeśli tłumaczenie ma być dostępne po stronie klienta (w przeglądarce), dodaj ścieżkę klucza do packages/translations/src/clientKeys.ts w notacji dwukropkowej (np. 'authentication:newFeature').

  3. Przejdź do katalogu skryptów narzędziowych wpisując cd tools/scripts.

  4. Uruchom generator tłumaczeń poleceniem pnpm generateTranslations:core dla pakietów core lub pnpm generateTranslations:plugin dla pluginów.

  5. Skill automatycznie przetłumaczy Twoje nowe klucze na wszystkie wspierane języki i zaktualizuje odpowiednie pliki translacyjne.

  6. Zweryfikuj wygenerowane tłumaczenia w plikach językowych i zatwierdź zmiany w kontroli wersji.

Related skills

sql-optimization-patterns

by wshobson

Master SQL query optimization, indexing strategies, and EXPLAIN analysis to dramatically improve database performance and eliminate slow queries. Use when debugging slow queries, designing database schemas, or optimizing application performance.

Backend
40163

humanizer

by davila7

Remove signs of AI-generated writing from text. Use when editing or reviewing\ntext to make it sound more natural and human-written. Based on Wikipedia's\ncomprehensive \

Backend
2873

architecture-decision-records

by wshobson

Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.

Backend
29130

using-superpowers

by obra

Use when starting any conversation - establishes mandatory workflows for finding and using skills, including using Skill tool before announcing usage, following brainstorming before coding, and creating TodoWrite todos for checklists

Backend
65167

fastapi-templates

by wshobson

Create production-ready FastAPI projects with async patterns, dependency injection, and comprehensive error handling. Use when building new FastAPI applications or setting up backend API projects.

Backend
327582

drizzle

by lobehub

Drizzle ORM schema and database guide. Use when working with database schemas (src/database/schemas/*), defining tables, creating migrations, or database model code. Triggers on Drizzle schema definition, database migrations, or ORM usage questions.

Backend
79340