TranslationLoaderBundle icon indicating copy to clipboard operation
TranslationLoaderBundle copied to clipboard

Symfony2 bundle with database translation loader

Results 14 TranslationLoaderBundle issues
Sort by recently updated
recently updated
newest added

Change Symfony requirements to 3.4

hi, on Symfony 3.4.17 and `"asm/translation-loader-bundle": "^1.0@dev",` I get the error: ``` -------------------------------------------------------------------------------- Translation file importer -------------------------------------------------------------------------------- importing all available translation files ... searching SonataCoreBundle translations -------------------------------------------------------------------------------- searching SonataBlockBundle translations...

I have this error ` Problem 1 - Conclusion: don't install asm/translation-loader-bundle v1.0.7 - Conclusion: don't install asm/translation-loader-bundle v1.0.6 - Conclusion: don't install asm/translation-loader-bundle v1.0.5 - Conclusion: don't install asm/translation-loader-bundle...

Installing only this bundle i got this error ````` The function "pagetype" does not exist in AsmTranslationLoaderBundle::base.html.twig at line 25 ````` Not found where this function should be defined !

bug

The trans_locale database field is too short (currently 5 long). There are some locales like sr_Latn, es_419 and bs_Cyrl for example that will cause an exception on import. I would...

bug

Is it possible to manage my own Translation entity instead of using the bundle's one? In a lot of case it would be really better for me to have the...

Additionally to a GUI it was helpful to have commands to query for certain translations and to modify, add or remove them from the command-line.

enhancement
feature

- [x] Finish Travis configuration Implement UnitTests for - [x] DatabaseLoader - [x] CreateTranslationCommand - [x] DumpTranslationFilesCommand - [ ] GenerateDummyFilesCommand - [ ] ImportTranslationsCommand - [ ] HistoryListener -...

enhancement