Hi guys

In I18n And L10n Doc I read that I can use gettext (po files) as
translation. So I config everything:

all:
  .settings:
     i18n:                on
     standard_helpers:    [Partial, Cache, Form, I18N]
     default_culture:     pl_PL
     source:              gettext


But I can use in templates etc only __() function. When I use gettext
() function it show error that it is undefined.
How should I set up this and how to extract po (mo, pot) file?

I use this:
symfony i18n:extract --auto-save frontend en
But it creates xml file.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to