added portuguese translations (#446)

This commit is contained in:
Matheus
2018-11-28 15:22:05 -02:00
committed by Kevin Papst
parent 2d6109d587
commit 54d06462fc
14 changed files with 1173 additions and 2 deletions

View File

@@ -92,6 +92,10 @@ kimai:
date_short: 'Y-m-d'
duration: '%%h:%%m hours'
duration_short: '%%h:%%m h'
pt_BR:
date_short: 'd-m-Y'
duration: '%%h:%%m horas'
duration_short: '%%h:%%m h'
it:
date_short: 'd.m.Y'
duration: '%%h:%%m h'

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