LexikTranslationBundle icon indicating copy to clipboard operation
LexikTranslationBundle copied to clipboard

This Symfony bundle allow to import translation files content into the database and provide a GUI to edit translations.

Results 94 LexikTranslationBundle issues
Sort by recently updated
recently updated
newest added

i setup config : Symfony 4.2 ``` lexik_translation: fallback_locale: [en] # (required) default locale(s) to use managed_locales: [en, pt, pl] # (required) locales that the bundle has to manage resources_registration:...

After updating my symfony project from 4.2.9 to 4.3.1, my app keeps using the locale I put under the parameters.locale key: ```yaml parameters: locale: 'nl' ``` Translation component config: ```yaml...

Hello, I am using __*lexik/translation-bundle v3.1.1*__ in __*symfony v2.8.43*__. When I am trying to load the list of translation keys in the ui (grid), it only shows me the list...

I have been reading carefully the documentation for this bundle and I have setup my project as follow: ``` # LexikTranslationBundle Configuration lexik_translation: fallback_locale: [en] managed_locales: [en, es] storage: type:...

Hi ! I am using the bundle with Symfony4 and my translations folder is at the root folder of my project, default location of the version 4. Thanks to the...

I had a recent issue in the codebase where the translations-grid would not load, as it said that `getPage.Success` was deprecated. Because of this, I changed the angular version to...

Hi, just a little question about routing of this bundle. I'm trying to make some shortcut in an easyadmin menu to redirect user directly on a specific domain. I'm trying...

Hi Presently Lexik is preparing cache files in var/cache directory and clearing the cache when new translation added will clear the cache only from one www server and it won't...

In test env I use MyISAM tables (for best performance). After the command "php bin/console doctrine:schema:update -f --nv=test" I have error ` An exception occurred while executing 'CREATE TABLE lexik_trans_unit...