Added german translations for password reset dialogs and email

This commit is contained in:
Jan Böhmer 2019-12-01 13:50:43 +01:00
parent 12b3107188
commit 9cdf31492a
8 changed files with 259 additions and 24 deletions

59
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "733245d6c57c1dc9a4ebe51098d64efe",
"content-hash": "1cbea7e2967b60791fefef2c4642b9bd",
"packages": [
{
"name": "clue/stream-filter",
@ -8029,6 +8029,63 @@
],
"time": "2019-11-15T20:33:33+00:00"
},
{
"name": "twig/markdown-extra",
"version": "v3.0.0",
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
"reference": "609989e5bdc8cdb282e37fdc54e3591c244b5501"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/609989e5bdc8cdb282e37fdc54e3591c244b5501",
"reference": "609989e5bdc8cdb282e37fdc54e3591c244b5501",
"shasum": ""
},
"require": {
"php": "^7.1.3",
"twig/twig": "^2.4|^3.0"
},
"require-dev": {
"erusev/parsedown": "^1.7",
"league/commonmark": "^1.0",
"league/html-to-markdown": "^4.8",
"michelf/php-markdown": "^1.8",
"symfony/phpunit-bridge": "^4.4@dev"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"Twig\\Extra\\Markdown\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com",
"homepage": "http://fabien.potencier.org",
"role": "Lead Developer"
}
],
"description": "A Twig extension for Markdown",
"homepage": "https://twig.symfony.com",
"keywords": [
"html",
"markdown",
"twig"
],
"time": "2019-10-17T07:30:08+00:00"
},
{
"name": "twig/twig",
"version": "v2.12.2",