diff --git a/application/bootstrap.php b/application/bootstrap.php index abbf3ec..ef2d162 100644 --- a/application/bootstrap.php +++ b/application/bootstrap.php @@ -62,6 +62,11 @@ Kohana::init(array( 'base_url' => '/', )); +/** + * Set the language to be used for translations + */ +I18n::lang('en_US'); + /** * Attach the file write to logging. Multiple writers are supported. */ diff --git a/application/test_bootstrap.php b/application/test_bootstrap.php index c60c17c..6731245 100644 --- a/application/test_bootstrap.php +++ b/application/test_bootstrap.php @@ -76,9 +76,6 @@ define('SYSPATH', realpath($system).DIRECTORY_SEPARATOR); // Clean up the configuration vars unset($application, $modules, $system); -// Load the base, low-level functions -require SYSPATH.'base'.EXT; - // Load the core Kohana class require SYSPATH.'classes/kohana/core'.EXT; @@ -146,6 +143,8 @@ Kohana::init(array( 'base_url' => '/', )); +I18n::lang('en-US'); + /** * Attach the file write to logging. Multiple writers are supported. */ diff --git a/modules/auth b/modules/auth index 343269f..5901adb 160000 --- a/modules/auth +++ b/modules/auth @@ -1 +1 @@ -Subproject commit 343269f46d5649194b24e847ea67840962b70983 +Subproject commit 5901adbc0f54f3db59245979b96848fb9ce2df98 diff --git a/modules/cache b/modules/cache index 5314dea..1a6328d 160000 --- a/modules/cache +++ b/modules/cache @@ -1 +1 @@ -Subproject commit 5314dea8a30b0376f676b2d936930a107083f08b +Subproject commit 1a6328d198aea8b3205cf71251ece78b97746b12 diff --git a/modules/database b/modules/database index bfde61b..35c99dd 160000 --- a/modules/database +++ b/modules/database @@ -1 +1 @@ -Subproject commit bfde61be4b8ba027b0cc9ce1551c0fb027b499a0 +Subproject commit 35c99ddec1e572594f7d4ab593614891d84b64c0 diff --git a/modules/orm b/modules/orm index 7ec8904..79b6626 160000 --- a/modules/orm +++ b/modules/orm @@ -1 +1 @@ -Subproject commit 7ec890483ed1dc5e73f2845e31bf127dd4e2dea6 +Subproject commit 79b6626356c6bf08ee21900254e189fcb13e3ffe diff --git a/modules/unittest b/modules/unittest index 836e8b3..db93048 160000 --- a/modules/unittest +++ b/modules/unittest @@ -1 +1 @@ -Subproject commit 836e8b3a8ee89fb6445b503fe46400f40941e5f6 +Subproject commit db93048c87f5c1e9eaf471d13a3ac4655cc335d7 diff --git a/modules/userguide b/modules/userguide index c8ea9a7..a09e8d3 160000 --- a/modules/userguide +++ b/modules/userguide @@ -1 +1 @@ -Subproject commit c8ea9a7e517301e48cb113acf038fcd1a110e0ab +Subproject commit a09e8d3e90603a03e27e963740a6d277b351de5e diff --git a/system b/system index 2a708c8..eadc70e 160000 --- a/system +++ b/system @@ -1 +1 @@ -Subproject commit 2a708c8446313038012f300e2f6e3d29e840ac4c +Subproject commit eadc70ecd68592246e1de6d39961a7568a55042e