Hey Denis- You're right, and according to the code, the docs are wrong. I've just updated them to use the xliff file extension: https://github.com/symfony/symfony-docs/commit/20170cc7321628845fa42e33b1126f15506fb754
The little code block above each section will still be labeld "XML", but the file extensions are listed now as xliff. Thanks as always! Ryan Weaver Lead Programmer - iostudio - Nashville, TN http://www.iostudio.com http://www.thatsquality.com Twitter: @weaverryan On Thu, Mar 10, 2011 at 9:49 AM, denis baudot <[email protected]>wrote: > When you use xml file extension for your transaltions files, as > indicate in the documentation, you got this exception : > The "xml" translation loader is not registered. > > And it works fine when you put .xliff as extension. > > i don't know if the doc or the code must be fixed... > > http://symfony.com/doc/2.0/book/translation.html#using-message-domains > > -- > If you want to report a vulnerability issue on symfony, please send it to > security at symfony-project.com > > You received this message because you are subscribed to the Google > Groups "symfony developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/symfony-devs?hl=en > -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
