2017 © Pedro Peláez
 

library translation-keys-bundle

Allows you to see keys untranslated on your website.

image

azenet/translation-keys-bundle

Allows you to see keys untranslated on your website.

  • Friday, February 24, 2017
  • by Azenet
  • Repository
  • 1 Watchers
  • 0 Stars
  • 17 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

TranslationKeysBundle

Installation

1. Require the package

composer require azenet/translation-keys-bundle

2. Add configuration

The bundle is disabled by default., (*1)

# config_dev.yml
azenet_translation_keys:
    enabled:        true
    parameter_name: untranslated

3. Add bundle to AppKernel

<?php

// app/AppKernel.php

class AppKernel extends Kernel {
    public function registerBundles() {
        $bundles = array(
            // ...
            new Azenet\TranslationKeysBundle\AzenetTranslationKeysBundle(),
        );
    }
}

Usage

Add ?parameter_name to your URLs. Default parameter_name is untranslated., (*2)

License

GPLv2, see LICENSE., (*3)

The Versions

24/02 2017

dev-master

9999999-dev

Allows you to see keys untranslated on your website.

  Sources   Download

GPLv2

The Requires

 

by Avatar Azenet

24/02 2017

1.0.0

1.0.0.0

Allows you to see keys untranslated on your website.

  Sources   Download

GPLv2

The Requires

 

by Avatar Azenet