Hi all, i have some probels setting up sfSimpleCMSPlugin. First of all, i would like to localize my application. so i've modified myapp/config/app.yml: all: sfSimpleCMS: use_l10n: true localizations: [en, fr, it] default_culture: en I've enabled i18n in myapp/config/settings.yml: all: .settings: l18n: on Then i put XLIFF transaltions (http://trac.symfony-project.com/ticket/2195) in myapp/modules/sfSimpleCMS/i18n and myapp/modules/sfSimpleCMSAdmin/i18n I have two strange problems:
Thanks Marco --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~--- |
- [symfony-users] sfSimpleCMSPlugin problems Marco C.