Is that the best way or exist a smaller way to push i18n data into the
table?
 
TblNations:
  deutschland:
    enabled: 1
    org_culture: de

  england:
    enabled: 0
    org_culture: en

  frankreich:
    enabled: 0
    org_culture: fr

TblNationsI18n:
  deutschland_de:
    id:             deutschland
    culture: de
    name:           Deutschland
  deutschland_en:
    id:             deutschland
    culture: en
    name:           Germany
  deutschland_fr:
    id:             deutschland
    culture: fr
    name:           Allemagne
  frankreich_de:
    id:             frankreich
    culture: de
    name:           Frankreich
  frankreich_en:
    id:             frankreich
    culture: en
    name:           France
  frankreich_fr:
    id:             frankreich
    culture: fr
    name:           France


thanks for your help
gordon

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