2017 © Pedro Peláez
 

library analyzelocale

This scans your laravel project for used locale keys that aren't translated by your locale files.

image

robinfranssen/analyzelocale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  • Monday, May 7, 2018
  • by robinfranssen
  • Repository
  • 3 Watchers
  • 27 Stars
  • 5,934 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 2 Open issues
  • 7 Versions
  • 9 % Grown

The README.md

# Translation helpers for Laravel 5

NOTE: As of laravel 5.2.20 you need version ^0.1.4. For laravel 5.2.19 or lower you need version 0.1.3 of this package., (*1)


This package provides you with commands to analyze the translation keys used in your Laravel 5 application., (*2)

These commands can detect untranslated and invalid keys., (*3)

Alt text, (*4)

Installation

composer require robinfranssen/analyzelocale --dev

Add the service provider:, (*5)

// config/app.php

'providers' => [
    ...
    'RobinFranssen\AnalyzeLocale\Providers\ServiceProvider',
    ...
],

Usage

From the command line, run php artisan locale:scan to see a full overview of the analyzation. This will show you all information provided by the three other locale commands., (*6)

Alt text, (*7)

php artisan locale:invalid will show you the invalid keys., (*8)

Alt text, (*9)

php artisan locale:untranslated will show you the untranslated keys., (*10)

Alt text, (*11)

php artisan locale:allkeys will show you a table with untranslated and invalid keys., (*12)

Alt text, (*13)

Every command supports the --locale flag. For example: php artisan locale:allkeys --locale=nl, (*14)

Alt text, (*15)

The Versions

07/05 2018

dev-master

9999999-dev https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze

23/05 2017

0.1.5

0.1.5.0 https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze

22/02 2016

0.1.4

0.1.4.0 https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze

24/01 2016

0.1.3

0.1.3.0 https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze

03/04 2015

0.1.2

0.1.2.0 https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze

09/03 2015

0.1.1

0.1.1.0 https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze

09/03 2015

0.1.0

0.1.0.0 https://github.com/aXent/laravel-analyze-locale

This scans your laravel project for used locale keys that aren't translated by your locale files.

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

command translation locale artisan analyze