Added symfony translation bundle, and updated german translations.

This commit is contained in:
Jan Böhmer 2019-03-14 13:32:41 +01:00
parent 86eda36a2e
commit 6d7150e202
12 changed files with 697 additions and 172 deletions

257
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "af1eaecfa244525222a1a74e0a06a247",
"content-hash": "9e7ef444010b442d190867bd8a979f6e",
"packages": [
{
"name": "doctrine/annotations",
@ -6047,6 +6047,261 @@
],
"time": "2019-02-16T20:54:15+00:00"
},
{
"name": "nyholm/nsa",
"version": "1.1.0",
"source": {
"type": "git",
"url": "https://github.com/Nyholm/NSA.git",
"reference": "213a70dee2dd04433d31a187e24e92c8b59d1655"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nyholm/NSA/zipball/213a70dee2dd04433d31a187e24e92c8b59d1655",
"reference": "213a70dee2dd04433d31a187e24e92c8b59d1655",
"shasum": ""
},
"require": {
"php": "^5.3 || ^7.0",
"webmozart/assert": "^1.1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Nyholm\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "See everything and do whatever you want. No privacy rule will stop us. Used in tests, debugging and fixtures to access properties and methods.",
"homepage": "http://tnyholm.se",
"keywords": [
"Fixture",
"debug",
"reflection",
"test"
],
"time": "2017-04-13T17:21:01+00:00"
},
{
"name": "php-translation/common",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/php-translation/common.git",
"reference": "ceac357a7ad0582d0a6be7b7f2db178c87f229fd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/common/zipball/ceac357a7ad0582d0a6be7b7f2db178c87f229fd",
"reference": "ceac357a7ad0582d0a6be7b7f2db178c87f229fd",
"shasum": ""
},
"require": {
"php": "^5.4 || ^7.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4 || ^4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Translation\\Common\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Common translation stuff",
"time": "2018-06-14T16:18:37+00:00"
},
{
"name": "php-translation/extractor",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/extractor.git",
"reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/extractor/zipball/82fc51a07fb626c0bfb31fb3f041baa88fee6acb",
"reference": "82fc51a07fb626c0bfb31fb3f041baa88fee6acb",
"shasum": ""
},
"require": {
"doctrine/annotations": "^1.2",
"nikic/php-parser": "^3.0 || ^4.0",
"php": "^5.5 || ^7.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"twig/twig": "^1.27 || ^2.0"
},
"require-dev": {
"symfony/phpunit-bridge": "^3.4 || ^4.0",
"symfony/translation": "^3.0 || ^4.0",
"symfony/twig-bridge": "^3.0 || ^4.0",
"symfony/validator": "^3.0 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Extractor\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "Extract translations form the source code",
"time": "2018-07-09T17:05:17+00:00"
},
{
"name": "php-translation/symfony-bundle",
"version": "0.8.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-bundle.git",
"reference": "fe29aeff419c311672c7d3dc72d9423eefc3ca5c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/symfony-bundle/zipball/fe29aeff419c311672c7d3dc72d9423eefc3ca5c",
"reference": "fe29aeff419c311672c7d3dc72d9423eefc3ca5c",
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
"php": "^5.5 || ^7.0",
"php-translation/common": "^1.0",
"php-translation/extractor": "^1.3",
"php-translation/symfony-storage": "^1.0",
"symfony/finder": "^2.7 || ^3.0 || ^4.0",
"symfony/framework-bundle": "^2.7 || ^3.0 || ^4.0",
"symfony/intl": "^2.7 || ^3.0 || ^4.0",
"symfony/translation": "^2.7 || ^3.0 || ^4.0",
"symfony/twig-bundle": "^2.7 || ^3.0 || ^4.0",
"symfony/validator": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"guzzlehttp/psr7": "^1.4",
"matthiasnoback/symfony-config-test": "^2.2 || ^3.1",
"matthiasnoback/symfony-dependency-injection-test": "^1.2 || ^2.3",
"nyholm/symfony-bundle-test": "^1.2.3",
"php-http/curl-client": "^1.7",
"php-http/message": "^1.6",
"php-http/message-factory": "^1.0.2",
"php-translation/translator": "^1.0",
"symfony/asset": "^2.7 || ^3.0 || ^4.0",
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/dependency-injection": "^2.7 || ^3.0 || ^4.0",
"symfony/phpunit-bridge": "^3.4 || ^4.0",
"symfony/templating": "^2.7 || ^3.0 || ^4.0",
"symfony/twig-bridge": "^2.7 || ^3.0 || ^4.0",
"symfony/web-profiler-bundle": "^2.7 || ^3.0 || ^4.0"
},
"suggest": {
"php-http/httplug-bundle": "To easier configure your httplug clients."
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.7-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\Bundle\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"time": "2018-10-02T10:05:24+00:00"
},
{
"name": "php-translation/symfony-storage",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/php-translation/symfony-storage.git",
"reference": "8d7b1ea6bf22bee0c7dc9b228cf9437312373a27"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-translation/symfony-storage/zipball/8d7b1ea6bf22bee0c7dc9b228cf9437312373a27",
"reference": "8d7b1ea6bf22bee0c7dc9b228cf9437312373a27",
"shasum": ""
},
"require": {
"nyholm/nsa": "^1.1",
"php": "^5.5 || ^7.0",
"php-translation/common": "^1.0",
"symfony/translation": "^2.7 || ^3.0 || ^4.0"
},
"require-dev": {
"symfony/framework-bundle": "^2.7.39 || ^3.0 || ^4.0",
"symfony/phpunit-bridge": "^3.4 || ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "0.3-dev"
}
},
"autoload": {
"psr-4": {
"Translation\\SymfonyStorage\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Tobias Nyholm",
"email": "tobias.nyholm@gmail.com"
}
],
"description": "A translation file storage using Symfony translation component.",
"time": "2018-07-10T10:32:01+00:00"
},
{
"name": "symfony/browser-kit",
"version": "v4.2.4",