1<?php
2
3/**
4 * Translate datetime strings (such as month or weekday names) and set locale information for a specific country or region
5 * Before uncommenting it, make sure that your server supports this locale (for example, run `locale -a | grep ru`)
6 */
7//setlocale(LC_ALL, 'ru_RU.utf8');
8
9/**
10 * Overwrite settings from ./conf/local.php and ./conf/dokuwiki.php
11 */
12$conf['title'] = 'Докувики';
13$conf['tagline'] = 'Лучше, когда это просто';
14$conf['dformat'] = '%d.%m.%Y в %H:%M';
15$conf['plugin']['authorlist']['intro'] = '<b>Соавторы:</b>';
16