Skip to main content
Execute qualquer Skill no Manus
com um clique
$pwd:

laravel-app-translations

// Use this skill for translation handling in Laravel apps. Trigger whenever UI text is being translated, added to language files, refactored into translations, or reviewed for localization. Translations are stored in Laravel's /lang/{locale}/app.php files. Translation keys must always be the lowercase English version of the source text and must remain identical across all languages. Covers: app.php translation files, __() and trans() usage, lowercase English text keys, placeholders, German informal tone, consistent locale files, and avoiding artificial keys like settings.title or user_created_successfully. Do not use for non-Laravel projects, JSON translation files, database-backed translations, or unrelated PHP code.

$ git log --oneline --stat
stars:834
forks:79
updated:7 de maio de 2026 às 17:52
SKILL.md
readonly