plugin-translations-update

WordPress Plugin Translations

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "plugin-translations-update" with this command: npx skills add juvojustin/wordpress-plugin-boilerplate/juvojustin-wordpress-plugin-boilerplate-plugin-translations-update

WordPress Plugin Translations

Manage internationalization (i18n) for WordPress plugins by extracting, translating, and compiling translation files.

Workflow

  • Build scripts: Build the scripts using npm run build

  • Validate setup: Read languages/ to check existing translation files

  • Extract strings: Run composer run i18n:extract to generate .pot and update .po files

  • Translate: Based on arguments:

  • No arguments: Update existing .po files with missing translations. Check the files for untranslated strings and provide translations.

  • With languages (e.g., de_DE fr_FR ): Create .po files for specified languages if missing, then translate

  • Compile: Run composer run i18n:compile to generate .mo , .json , and .php files

Translation Guidelines

  • Use one subtask/subagent per .po file for parallel processing

  • Ensure textdomain matches the one defined in main plugin file

  • Requires wp-cli and a working WordPress installation

Reference

For detailed i18n documentation, see i18n.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

boilerplate-update

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

ddev

No summary provided by upstream source.

Repository SourceNeeds Review
General

test_skill

import json import tkinter as tk from tkinter import messagebox, simpledialog

Archived SourceRecently Updated
General

错敏信息检测

1. 安装https://clawhub.ai/xxxx/sensitive-check-skill 这个技能 2. 调用错敏信息检测技能,传入参数 userKey=xxxx,content=xxxx

Archived SourceRecently Updated