Locastic / ApiPlatformTranslationBundle

Translation bundle for ApiPlatform based on Sylius translation
MIT License
85 stars 28 forks source link

Document usage of accept language header #13

Closed ArnoudThibaut closed 4 years ago

ArnoudThibaut commented 4 years ago

It's currently possible to choose the language with the Accept-Language header thanks to Request::getPreferredLanguage() but this is not documented yet and we have to look inside the code to see this.

This PR aims to fix that

paullla commented 4 years ago

@ArnoudThibaut thank you for PR :)