Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Giehl <stefan@matomo.org>2020-02-21 17:55:34 +0300
committerGitHub <noreply@github.com>2020-02-21 17:55:34 +0300
commit92e1b8bc5b8baa7683e4aa7a6abdd40064cd448b (patch)
tree80a625f6bd6ccb750165c1b962d8dbd631ef3fbf /plugins/LanguagesManager
parentb25fcee82367e2b6e0df148743591eba1fb8518b (diff)
Update Intl translations to CLDR 36 (#15607)
* Update Intl translations to CLDR 36 * updates expected test files
Diffstat (limited to 'plugins/LanguagesManager')
-rw-r--r--plugins/LanguagesManager/tests/Integration/LanguagesManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/LanguagesManager/tests/Integration/LanguagesManagerTest.php b/plugins/LanguagesManager/tests/Integration/LanguagesManagerTest.php
index 60501c6b49..ec0900c0e1 100644
--- a/plugins/LanguagesManager/tests/Integration/LanguagesManagerTest.php
+++ b/plugins/LanguagesManager/tests/Integration/LanguagesManagerTest.php
@@ -38,7 +38,7 @@ class LanguagesManagerTest extends \PHPUnit\Framework\TestCase
foreach ($plugins as $plugin) {
- if (API::getInstance()->getPluginTranslationsForLanguage($plugin, 'en')) {
+ if ('Intl' !== $plugin && API::getInstance()->getPluginTranslationsForLanguage($plugin, 'en')) {
$pluginsWithTranslation[] = $plugin;
}