Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Translation Checker Laravel Package

bottelet/translation-checker

Laravel dev tool to scan your code for translation strings, detect missing keys in lang files (JSON/PHP), and sync them across locales. Optionally use AI to auto-translate missing entries; otherwise adds null placeholders to keep files consistent.

View on GitHub
Deep Wiki
Context7

title: Translations clean layout: default parent: Basic Usage nav_order: 2

translations:clean

The translations:clean command is used to clean translations by removing unused keys from the source language file.

Usage

php artisan translations:clean [options]

Options

  • --source: The source language for the translations to clean (default: 'en')
  • --print: Print the cleaned translations to the console, instead of updating the file

Description

This command removes unused translation keys from the specified source language file. It compares the keys in the source file with those actually used in your project and removes any that are not in use.

Examples

  1. Clean translations for the default source language (English):
php artisan translations:clean
  1. Clean translations for French and print the results without updating the file:
php artisan translations:clean --source=fr --print
  1. Clean translations for German:
php artisan translations:clean --source=de

The command will either update the source language file, removing unused keys, or print the cleaned translations to the console, depending on the options used.

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport