Rev 172 Rev 257
Line 148... Line 148...
148 // Note for *nix users. You'll need to have iconv compiled into your binary. The default input and 148 // Note for *nix users. You'll need to have iconv compiled into your binary. The default input and
149 // output encodings are taken from your locale informations. Override these if they aren't correct. 149 // output encodings are taken from your locale informations. Override these if they aren't correct.
150   150  
151 // Uncomment the default language. If you want English then don't do anything here. 151 // Uncomment the default language. If you want English then don't do anything here.
152 // 152 //
153   153  
154 include 'languages/czech.inc'; 154 include 'languages/czech.inc';
155 // include 'languages/catalan.inc'; 155 // include 'languages/catalan.inc';
156 // include 'languages/danish.inc'; 156 // include 'languages/danish.inc';
157 // include 'languages/dutch.inc'; 157 // include 'languages/dutch.inc';
158 // include 'languages/finnish.inc'; 158 // include 'languages/finnish.inc';
Line 274... Line 274...
274 // of the entire branches or tags directories. This would also stop downloading of the trunk, but 274 // of the entire branches or tags directories. This would also stop downloading of the trunk, but
275 // see after for path exceptions. 275 // see after for path exceptions.
276 // 276 //
277 // Change the line below to set the download level across all your repositories. 277 // Change the line below to set the download level across all your repositories.
278   278  
279 $config->setMinDownloadLevel(0); 279 $config->setMinDownloadLevel(1);
280   280  
281 // To change the level for individual repositories, uncomment and replicate 281 // To change the level for individual repositories, uncomment and replicate
282 // the required line below (replacing 'myrep' for the name of the repository to be changed). 282 // the required line below (replacing 'myrep' for the name of the repository to be changed).
283 // Use the convention 'groupname.myrep' if your repository is in a group. 283 // Use the convention 'groupname.myrep' if your repository is in a group.
284   284