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 synchronize layout: default parent: Basic Usage nav_order: 5

translations:sync

The translations:sync command is used to synchronize translations between language files.

Usage

php artisan translations:sync [options]

Options

  • --source: The source language file to sync from (default: 'en')
  • --target: The target language file to sync to (optional)

Description

This command synchronizes translations between language files. It can either sync from a source language file to a specific target language file, or sync from the source to all other language files in the configured language folder.

Examples

  1. Sync translations from the default source language (English) to all other language files:
php artisan translations:sync
  1. Sync translations from French to German:
php artisan translations:sync --source=fr --target=de
  1. Sync translations from Spanish to all other language files:
php artisan translations:sync --source=es

The command will update the target language file(s) with any missing keys from the source file, ensuring consistency across your translations.

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