Author: sevein
Date: Mon Apr 23 10:27:38 2012
New Revision: 11497
Log:
Add inline comments to default_culture and default_timezone Symfony settings
Modified:
trunk/apps/qubit/config/settings.yml.tmpl
Modified: trunk/apps/qubit/config/settings.yml.tmpl
==============================================================================
--- trunk/apps/qubit/config/settings.yml.tmpl Mon Apr 23 00:02:59 2012
(r11496)
+++ trunk/apps/qubit/config/settings.yml.tmpl Mon Apr 23 10:27:38 2012
(r11497)
@@ -40,8 +40,16 @@
# Enable the database manager
use_database: true
+ # The language is coded in two lowercase characters,
+ # according to the ISO 639-1 standard, and the country
+ # is coded in two uppercase characters, according to
+ # the ISO 3166-1 standard.
+ # Examples: en, en_US, es_ES, fr...
default_culture: en
- # default_timezone: America/Vancouver
+
+ # List of supported timezones
+ # http://www.php.net/manual/en/timezones.php
+ default_timezone: America/Vancouver
.actions:
error_404_module: admin
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.