Mercurial > hg > isophonics-drupal-site
comparison vendor/symfony/translation/Loader/IcuDatFileLoader.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
9 * file that was distributed with this source code. | 9 * file that was distributed with this source code. |
10 */ | 10 */ |
11 | 11 |
12 namespace Symfony\Component\Translation\Loader; | 12 namespace Symfony\Component\Translation\Loader; |
13 | 13 |
14 use Symfony\Component\Translation\MessageCatalogue; | 14 use Symfony\Component\Config\Resource\FileResource; |
15 use Symfony\Component\Translation\Exception\InvalidResourceException; | 15 use Symfony\Component\Translation\Exception\InvalidResourceException; |
16 use Symfony\Component\Translation\Exception\NotFoundResourceException; | 16 use Symfony\Component\Translation\Exception\NotFoundResourceException; |
17 use Symfony\Component\Config\Resource\FileResource; | 17 use Symfony\Component\Translation\MessageCatalogue; |
18 | 18 |
19 /** | 19 /** |
20 * IcuResFileLoader loads translations from a resource bundle. | 20 * IcuResFileLoader loads translations from a resource bundle. |
21 * | 21 * |
22 * @author stealth35 | 22 * @author stealth35 |