PHPackages                             object.bg/translationbundle - 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. object.bg/translationbundle

ActiveSymfony-bundle[Localization &amp; i18n](/categories/localization)

object.bg/translationbundle
===========================

This bundle provides Tranlations (labels) for project. Plug'n'play

4.0.0(5y ago)11.6k11PHPPHP ~7.4 | ^8.0CI failing

Since Oct 22Pushed 7mo ago1 watchersCompare

[ Source](https://github.com/Warxcell/TranslationsBundle)[ Packagist](https://packagist.org/packages/object.bg/translationbundle)[ RSS](/packages/objectbg-translationbundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (10)Dependencies (4)Versions (34)Used By (1)

TranslationsBundle
==================

[](#translationsbundle)

Import your translations into database.

Installation:
-------------

[](#installation)

###### it is recommented to install X.Y.\* version - This project follow [semver](https://semver.org/) - Patch versions will be always compatible with each other. Minor versions may contain minor BC-breaks.

[](#it-is-recommented-to-install-xy-version---this-project-follow-semver---patch-versions-will-be-always-compatible-with-each-other-minor-versions-may-contain-minor-bc-breaks)

- composer require arxy/translations-bundle
- Register bundle in AppKernel.php: `new \Arxy\TranslationsBundle\ArxyTranslationsBundle()`

You need to create the source of your translations by creating Repository which will loads the translations:

```
