added swedish (#732)

This commit is contained in:
Kevin Papst
2019-04-28 23:55:27 +02:00
committed by GitHub
parent e49bd05ae6
commit 1b0b45649d
20 changed files with 1461 additions and 7 deletions

View File

@@ -188,6 +188,14 @@ kimai:
date: 'Y.m.d.'
date_time: 'm.d. H:i'
duration: '%%h:%%m h'
sv:
date_time_type: 'yyyy-MM-dd HH:mm'
date_time_picker: 'YYYY-MM-DD HH:mm'
date_type: 'yyyy-MM-dd'
date_picker: 'YYYY-MM-DD'
date: 'Y-m-d'
date_time: 'm-d H:i'
duration: '%%h:%%m tim'
# --------------------------------------------------------------------------------
# timesheet calendar configuration

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|it|fr|es|ru|ar|hu|pt_BR
app_locales: en|de|it|fr|es|ru|ar|hu|pt_BR|sv
services:
# default configuration for services in *this* file