From ae2b0b7c5cd2b6d496fdd7622a69ff295ca50b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Deruss=C3=A9?= Date: Thu, 7 Apr 2022 10:19:34 +0200 Subject: [PATCH 1/2] [Intl] Update the ICU data to 71.1 - 4.4 --- Resources/data/parents.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Resources/data/parents.json b/Resources/data/parents.json index 288f1630..32a33cda 100644 --- a/Resources/data/parents.json +++ b/Resources/data/parents.json @@ -54,6 +54,7 @@ "en_MS": "en_001", "en_MT": "en_001", "en_MU": "en_001", + "en_MV": "en_001", "en_MW": "en_001", "en_MY": "en_001", "en_NA": "en_001", @@ -116,6 +117,8 @@ "es_UY": "es_419", "es_VE": "es_419", "ff_Adlm": "root", + "hi_Latn": "en_IN", + "ks_Deva": "root", "nb": "no", "nn": "no", "pa_Arab": "root", From 0fcad58ee326f41a676039867e298359381f7a31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Pineau?= Date: Tue, 12 Apr 2022 17:18:48 +0200 Subject: [PATCH 2/2] Add missing license header --- .../DependencyInjection/fixtures/ControllerArguments.php | 9 +++++++++ Tests/DependencyInjection/fixtures/ServiceArguments.php | 9 +++++++++ .../DependencyInjection/fixtures/ServiceMethodCalls.php | 9 +++++++++ Tests/DependencyInjection/fixtures/ServiceProperties.php | 9 +++++++++ Tests/DependencyInjection/fixtures/ServiceSubscriber.php | 9 +++++++++ 5 files changed, 45 insertions(+) diff --git a/Tests/DependencyInjection/fixtures/ControllerArguments.php b/Tests/DependencyInjection/fixtures/ControllerArguments.php index 97a53fa7..5f098179 100644 --- a/Tests/DependencyInjection/fixtures/ControllerArguments.php +++ b/Tests/DependencyInjection/fixtures/ControllerArguments.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures; use Symfony\Contracts\Translation\TranslatorInterface; diff --git a/Tests/DependencyInjection/fixtures/ServiceArguments.php b/Tests/DependencyInjection/fixtures/ServiceArguments.php index 80c629d6..e99c0dc2 100644 --- a/Tests/DependencyInjection/fixtures/ServiceArguments.php +++ b/Tests/DependencyInjection/fixtures/ServiceArguments.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures; use Symfony\Contracts\Translation\TranslatorInterface; diff --git a/Tests/DependencyInjection/fixtures/ServiceMethodCalls.php b/Tests/DependencyInjection/fixtures/ServiceMethodCalls.php index 8998d890..fe6f44cb 100644 --- a/Tests/DependencyInjection/fixtures/ServiceMethodCalls.php +++ b/Tests/DependencyInjection/fixtures/ServiceMethodCalls.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures; use Symfony\Contracts\Translation\TranslatorInterface; diff --git a/Tests/DependencyInjection/fixtures/ServiceProperties.php b/Tests/DependencyInjection/fixtures/ServiceProperties.php index f5098e90..7b3a7ba6 100644 --- a/Tests/DependencyInjection/fixtures/ServiceProperties.php +++ b/Tests/DependencyInjection/fixtures/ServiceProperties.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures; class ServiceProperties diff --git a/Tests/DependencyInjection/fixtures/ServiceSubscriber.php b/Tests/DependencyInjection/fixtures/ServiceSubscriber.php index c7d8820e..ad6b0812 100644 --- a/Tests/DependencyInjection/fixtures/ServiceSubscriber.php +++ b/Tests/DependencyInjection/fixtures/ServiceSubscriber.php @@ -1,5 +1,14 @@ + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ + namespace Symfony\Component\Translation\Tests\DependencyInjection\fixtures; use Psr\Container\ContainerInterface;