Symfony: i18n in generator.yml?

It should work out of the box. All the form labels are passed through translation function automatically You need to enable i18n in your application and create translation files. Simple as that Assuming you have a backend application, to enable i18n edit your apps/backend/settings.

Yml: all: . Settings: i18n: true Generate translation catalog for language(s) you need: symfony i18n:extract --auto-save backend fr At the end you need to translate your messages. Simply edit generated apps/backend/i18n/fr/messages.xml.

It should work out of the box. All the form labels are passed through translation function automatically. You need to enable i18n in your application and create translation files.

Simple as that. Assuming you have a backend application, to enable i18n edit your apps/backend/settings. Yml: all: .

Settings: i18n: true Generate translation catalog for language(s) you need: . /symfony i18n:extract --auto-save backend fr At the end you need to translate your messages. Simply edit generated apps/backend/i18n/fr/messages.xml.

Thanks, it works now. I just enabled i18n for the frontend and forgot to do so for the backend. – CarlM Jan 3 at 17:54.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions