Skip to content

Commit

Permalink
Updating g11n bootstrap code to add plural rule to root locale.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuswilms committed Nov 25, 2009
1 parent 27e4fde commit 185c566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/bootstrap.php
Expand Up @@ -140,7 +140,7 @@
* Globalization runtime data. You can add globalized data during runtime utilizing a
* configuration set up to use the _memory_ adapter.
*/
// $data = array('en' => function($n) { return $n != 1 ? 1 : 0; });
// $data = array('root' => function($n) { return $n != 1 ? 1 : 0; });
// Catalog::write('message.plural', $data, array('name' => 'runtime'));

/**
Expand Down

0 comments on commit 185c566

Please sign in to comment.