Fix Translations

Use this skill to find, fix, or translate source-language values in the Laravel translation files of a project — the PHP arrays under `lang/<locale>/` and the JSON catalogues `lang/<locale>.json`. Scans them for untranslated values, translates them to the target language, fixes errors and typos, commits the changes, and opens a PR. Laravel-specific: it preserves `|` plural syntax, `:placeholder` tokens and Blade fragments, and never translates array keys or JSON source keys.

specsnl Updated

File contents

specsnl/agent-skills/tree/main/plugins/laravel/skills/fix-translations commit 446a36b52e

Frequently asked questions

npx skillmds@latest add specsnl/fix-translations