Skip to content

You can scan the files and keys inside by reading all the language folders in the lang folder.

Notifications You must be signed in to change notification settings

serkansyalcin/translation-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Translation Checker

Overview

The Translation Checker package helps you identify missing translation keys across your language files by scanning all language folders within the lang directory.

Installation

To install the package in your Laravel project, run:

composer require serkansyalcin/translation-checker

Usage Run the following command to check for missing translations:

php artisan lang:check-missing

Example Output When you run the command, the output will be formatted as follows:,

Scanning language files...

Missing translations in [ar]:

  • instructor.php:
    • about
    • profile-photo

Missing translations in [ru]:

  • instructor.php:
    • about
    • profile-photo

Missing translations in [tr]:

  • instructor.php:
    • about
    • profile-photo

Summary:

  • 2 keys missing in [ar]
  • 2 keys missing in [ru]
  • 2 keys missing in [tr]

Key Features

Scans all language folders and files within your lang directory. Reports missing translation keys and files in a clear and organized format. Supports nested translation keys.

About

You can scan the files and keys inside by reading all the language folders in the lang folder.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages