mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
11
cache/atlbiomed/prod/config/config_i18n.yml.php
vendored
Normal file
11
cache/atlbiomed/prod/config/config_i18n.yml.php
vendored
Normal 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]',
|
||||
));
|
Reference in New Issue
Block a user