initial commit

This commit is contained in:
Chris Sewell
2012-11-28 03:55:08 -05:00
parent 7adb399b2e
commit cf140a2e97
3247 changed files with 492437 additions and 0 deletions

View File

@ -0,0 +1,11 @@
<?php
// auto-generated by sfDefineEnvironmentConfigHandler
// date: 2012/09/22 21:24:30
sfConfig::add(array(
'sf_i18n_default_culture' => 'en',
'sf_i18n_source' => 'XLIFF',
'sf_i18n_debug' => false,
'sf_i18n_cache' => true,
'sf_i18n_untranslated_prefix' => '[T]',
'sf_i18n_untranslated_suffix' => '[/T]',
));