I need to translate my blog, build on Sonata News Bundle. I have sonata translation bundle, but it's not implemented inside News Bundle. Maybe someone has same issue? What is the way to translate it ? Thanks.
Asked
Active
Viewed 90 times
1 Answers
0
As described here, you can put your own translations of the bundle's translation strings in one of the two suggested locations in your application structure. They will take precedence over those provided by the bundle.
- Take one of the translation files provided by the bundle
- Rename it and update the source-language attribute to match the locale you are translating to
- Translate the strings
- Move it e.g. to
app/Resources/translations

igneus
- 963
- 10
- 25
-
Thanks for answer, but it's not really what I need. I need to translate blog title, abstract and content fields, that comes from sonata admin. – Stopper Jul 15 '17 at 16:15
-
@Stopper I see. Unfortunately I can't help with this issue. – igneus Jul 15 '17 at 16:24