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
path: root/core/Intl
diff options
context:
space:
mode:
authorMatthieu Napoli <matthieu@mnapoli.fr>2014-12-31 05:04:28 +0300
committerMatthieu Napoli <matthieu@mnapoli.fr>2015-01-09 00:13:32 +0300
commitcbe0739e728ae8eec59123dc906ce703501fc55e (patch)
tree3fce77d2779640f77171439a0df2ea35aac69fc7 /core/Intl
parent3dd7bf3ad89c9396e4ad4fd485fb338f84f1d8d8 (diff)
Renaming resource files to lower case
Diffstat (limited to 'core/Intl')
-rw-r--r--core/Intl/Data/Provider/LanguageDataProvider.php2
-rw-r--r--core/Intl/Data/Provider/RegionDataProvider.php2
-rw-r--r--core/Intl/Data/Resources/countries.php (renamed from core/Intl/Data/Resources/countries_.php)0
-rw-r--r--core/Intl/Data/Resources/languages.php (renamed from core/Intl/Data/Resources/languages_.php)0
4 files changed, 2 insertions, 2 deletions
diff --git a/core/Intl/Data/Provider/LanguageDataProvider.php b/core/Intl/Data/Provider/LanguageDataProvider.php
index cade7b89e8..52f0b72f4c 100644
--- a/core/Intl/Data/Provider/LanguageDataProvider.php
+++ b/core/Intl/Data/Provider/LanguageDataProvider.php
@@ -26,7 +26,7 @@ class LanguageDataProvider
public function getLanguageList()
{
if ($this->languageList === null) {
- $this->languageList = require __DIR__ . '/../Resources/languages_.php';
+ $this->languageList = require __DIR__ . '/../Resources/languages.php';
}
return $this->languageList;
diff --git a/core/Intl/Data/Provider/RegionDataProvider.php b/core/Intl/Data/Provider/RegionDataProvider.php
index 1c2fa2412c..e66614871b 100644
--- a/core/Intl/Data/Provider/RegionDataProvider.php
+++ b/core/Intl/Data/Provider/RegionDataProvider.php
@@ -42,7 +42,7 @@ class RegionDataProvider
public function getCountryList($includeInternalCodes = false)
{
if ($this->countryList === null) {
- $this->countryList = require __DIR__ . '/../Resources/countries_.php';
+ $this->countryList = require __DIR__ . '/../Resources/countries.php';
}
if ($this->countryExtraList === null) {
$this->countryExtraList = require __DIR__ . '/../Resources/countries-extra.php';
diff --git a/core/Intl/Data/Resources/countries_.php b/core/Intl/Data/Resources/countries.php
index 15197f8846..15197f8846 100644
--- a/core/Intl/Data/Resources/countries_.php
+++ b/core/Intl/Data/Resources/countries.php
diff --git a/core/Intl/Data/Resources/languages_.php b/core/Intl/Data/Resources/languages.php
index ca6930f369..ca6930f369 100644
--- a/core/Intl/Data/Resources/languages_.php
+++ b/core/Intl/Data/Resources/languages.php