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:
  1. There are no italian transaltions even if i configure
    default_culture:        it
     
  2. In the "Edition Tools" are specified some localizations (english, french, spanish) that aren't specified in my app.yml (english, french, italian). So there isn't the italian localization, but if i create new page, only the localization slot are translated correctly in italian.
What do i wrong?

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to