A PHP-5.4+MongoDb-framework combined with Twitter Bootstrap.
This is the default page, to edit this file go to: /views/Site/index.php
name | 'sitemap' |
---|---|
id | 0 |
The file containing translations is located at root.locales
in the en_US.php-file.
Configuration for translations dependent on a numeric value: '# messages' => ['#==1'=> '# message', '#!=1'=> '# messages']
.
\Wbkrnl::app()->i18n->translate('# messages', [0])
returns 0 messages.
\Wbkrnl::app()->i18n->translate('# messages', [1])
returns 1 message.