PHPackages                             azenet/translation-keys-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Localization &amp; i18n](/categories/localization)
4. /
5. azenet/translation-keys-bundle

ActiveLibrary[Localization &amp; i18n](/categories/localization)

azenet/translation-keys-bundle
==============================

Allows you to see keys untranslated on your website.

1.0.0(9y ago)030GPLv2PHP

Since Feb 24Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Azenet/TranslationKeysBundle)[ Packagist](https://packagist.org/packages/azenet/translation-keys-bundle)[ RSS](/packages/azenet-translation-keys-bundle/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (2)Used By (0)

TranslationKeysBundle
=====================

[](#translationkeysbundle)

Installation
------------

[](#installation)

### 1. Require the package

[](#1-require-the-package)

```
composer require azenet/translation-keys-bundle
```

### 2. Add configuration

[](#2-add-configuration)

The bundle is disabled by default.

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

### 3. Add bundle to AppKernel

[](#3-add-bundle-to-appkernel)

```
