TranslationLoaderBundle
TranslationLoaderBundle copied to clipboard
Symfony2 bundle with database translation loader
Change Symfony requirements to 3.4
fixes #43
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 !
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...
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.
- [x] Finish Travis configuration Implement UnitTests for - [x] DatabaseLoader - [x] CreateTranslationCommand - [x] DumpTranslationFilesCommand - [ ] GenerateDummyFilesCommand - [ ] ImportTranslationsCommand - [ ] HistoryListener -...