added russian translation #95 (#147)

* added russian translation #95
* added config for duration_only mode and adjusted timesheet views #131
This commit is contained in:
Kevin Papst
2018-06-02 19:57:12 +02:00
committed by GitHub
parent 9d9860e495
commit db5b6f8e2e
10 changed files with 845 additions and 52 deletions

View File

@@ -2,7 +2,7 @@
# https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
locale: en
app_locales: en|de
app_locales: en|de|ru
services:
# default configuration for services in *this* file
@@ -36,7 +36,7 @@ services:
class: App\Invoice\ServiceInvoice
arguments: ['%kimai.invoice%']
# a route listener, that injects the locale through a URL directory
# a route listener, that injects the default locale into the route
App\EventSubscriber\RedirectToLocaleSubscriber:
class: App\EventSubscriber\RedirectToLocaleSubscriber
arguments: ['@router', '%app_locales%', '%locale%']