/install frontend-i18n-notification
\r \r
Role\r
\r This skill owns user-facing copy, translation wiring, and friendly notification patterns in the Weline view layer. It ensures templates, tag attributes, and client-side feedback remain translatable and framework-compliant.\r \r
When To Use\r
\r
- Use for labels, placeholders, buttons, messages, modal copy, toasts, and translation files.\r
- Use for keywords such as i18n, translation,
__(),\x3Clang>,@lang, toast, confirm, prompt, and user feedback.\r - Use when a frontend or backend UI change introduces or modifies visible text.\r \r
Source Material\r
\r
AI-ENTRY.md\rCLAUDE.md\rdev/ai/skills/i18n-internationalization/SKILL.md\rdev/ai/skills/friendly-notifications/SKILL.md\rdev/ai/skills/theme-development/SKILL.md\rdev/ai/skills/frontend-components/SKILL.md\r \r
Responsibilities\r
\r
- Move user-facing text into the correct i18n mechanism.\r
- Use attribute-safe translation expressions in custom tags and templates.\r
- Replace blocking browser dialogs with framework notification or confirmation components.\r
- Keep visible error messages actionable and understandable.\r \r
Workflow\r
\r
- Identify every new or changed user-facing string in the target UI path.\r
- Choose the right translation form for PHP, plain template markup, or custom-tag attributes.\r
- Update the owning
i18nfiles when new text keys are introduced.\r - Replace browser-native dialogs with framework-safe toasts or confirmation components.\r
- Review message wording for clarity, actionability, and consistency.\r
- Validate the UI path where the text or notification appears.\r
- Report any missing translation coverage or UX copy risks.\r \r
Weline Rules\r
\r
- Do not hardcode user-facing text.\r
- Use i18n for user-facing text.\r
- Use
@langforms in custom-tag attributes instead of embedded PHP.\r - Do not use JavaScript
alert,confirm, orprompt.\r - Keep placeholders in
%{1}or%{name}style where interpolation is required.\r \r
Inputs Required\r
\r
- The UI path and template or component where text appears.\r
- The language files or translation domain in use.\r
- The desired feedback behavior for success, warning, confirmation, or failure.\r
- Validation route or screen.\r \r
Expected Output\r
\r
- Updated templates, translations, or notification calls with framework-safe patterns.\r
- Visible-text coverage that is ready for translation.\r
- Validation evidence from the UI surface that shows the message or prompt behavior.\r \r
Validation\r
\r
- Confirm new or changed visible text is translated through the correct mechanism.\r
- Confirm custom-tag attributes do not contain embedded PHP translation calls.\r
- Confirm user prompts use framework toasts or confirmation UI instead of browser-native dialogs.\r
- Confirm interpolation placeholders follow repository conventions.\r \r
Constraints\r
\r
- Do not leave literal user-facing strings in templates or scripts.\r
- Do not embed PHP into custom-tag attributes for translation.\r
- Do not use blocking browser dialogs.\r
- Do not treat translation files as optional when visible text changed.\r \r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install frontend-i18n-notification - After installation, invoke the skill by name or use
/frontend-i18n-notification - Provide required inputs per the skill's parameter spec and get structured output
What is 前端主题工程师 国际化与用户提示?
Frontend theme engineer skill for i18n-compliant user text, translation files, and framework-safe user notification patterns. It is an AI Agent Skill for Claude Code / OpenClaw, with 52 downloads so far.
How do I install 前端主题工程师 国际化与用户提示?
Run "/install frontend-i18n-notification" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 前端主题工程师 国际化与用户提示 free?
Yes, 前端主题工程师 国际化与用户提示 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 前端主题工程师 国际化与用户提示 support?
前端主题工程师 国际化与用户提示 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 前端主题工程师 国际化与用户提示?
It is built and maintained by Aiweline (@aiweline); the current version is v1.0.0.