diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-02-20 17:51:01 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-02-20 17:51:01 +0000 |
| commit | 3c878967dd4c10fca47665680db9f8b2c5944564 (patch) | |
| tree | 2ce13075c886e7931f6e28c630cc67f19f12a7bf /admin | |
| parent | 91fb37604a9a04eef803c34c9076a4243bc10e69 (diff) | |
| download | languages-3c878967dd4c10fca47665680db9f8b2c5944564.tar.gz languages-3c878967dd4c10fca47665680db9f8b2c5944564.tar.bz2 languages-3c878967dd4c10fca47665680db9f8b2c5944564.zip | |
basic functionality starting to emerge. we can translation one page to another language now.
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/schema_inc.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php index 5776f3b..1fc5155 100644 --- a/admin/schema_inc.php +++ b/admin/schema_inc.php @@ -55,10 +55,10 @@ $indices = array ( $gBitInstaller->registerSchemaIndexes( LANGUAGES_PKG_NAME, $indices ); // ### Sequences -$sequences = array ( - 'i18n_content_trans_id_seq' => array( 'start' => 1 ), -); -$gBitInstaller->registerSchemaSequences( LIBERTY_PKG_NAME, $sequences ); +//$sequences = array ( +// 'i18n_content_trans_id_seq' => array( 'start' => 1 ), +//); +//$gBitInstaller->registerSchemaSequences( LIBERTY_PKG_NAME, $sequences ); $gBitInstaller->registerPackageInfo( LANGUAGES_PKG_NAME, array( 'description' => "This package allows you to translate your site into a different language.", |
