Skip to content

Commit

Permalink
Merge pull request #12 from giggsey/cldr-36.0.0
Browse files Browse the repository at this point in the history
Update to CLDR v36.0.0
  • Loading branch information
giggsey authored Oct 9, 2019
2 parents b8030fc + 95a2b03 commit 85a1b25
Show file tree
Hide file tree
Showing 370 changed files with 3,165 additions and 646 deletions.
51 changes: 29 additions & 22 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,33 +1,40 @@
sudo: false

dist: trusty

language: php

matrix:
fast_finish: true
include:
# Need to use Trusty for PHP 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3

before_script:
- travis_retry composer update --no-interaction $COMPOSER_FLAGS
- mkdir -p build/logs
# Need to use Precise for PHP 5.3
- php: 5.3
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" COVERAGE_FLAGS=""
dist: precise
- php: 5.4
- php: 5.5
- php: 5.6
env: COVERAGE_FLAGS=" --coverage-text --coverage-clover build/logs/clover.xml"
- php: 7.0
- php: 7.1
- php: 7.2
- php: 7.3
env: COVERAGE_FLAGS=" --coverage-text --coverage-clover build/logs/clover.xml"
- php: 7.4snapshot

before_install:
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
- mkdir -p build/logs

install:
- travis_retry composer update --no-interaction $COMPOSER_FLAGS

script:
- ./vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- composer validate --strict
- ./vendor/bin/phpunit $COVERAGE_FLAGS

after_script:
- php vendor/bin/coveralls -v --exclude-no-stmt
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
after_success:
- "[[ -f vendor/bin/php-coveralls ]] && COVERALLS_PATH=vendor/bin/php-coveralls || COVERALLS_PATH=vendor/bin/coveralls"
- travis_retry php $COVERALLS_PATH -v --exclude-no-stmt
- travis_retry php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

notifications:
irc: "irc.appliedirc.com#applied"
2 changes: 1 addition & 1 deletion CLDR-VERSION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# It can be a commit, branch or tag of https://github.com/unicode-cldr/cldr-localenames-full
#
# For more information, look at build.xml
35.1.0
36.0.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"require-dev": {
"phpunit/phpunit": "^4.8|^5.0",
"satooshi/php-coveralls": "^1.0",
"php-coveralls/php-coveralls": "^1.0|^2.0",
"phing/phing": "~2.7",
"pear/versioncontrol_git": "^0.5",
"pear/pear-core-minimal": "^1.9",
Expand Down
94 changes: 93 additions & 1 deletion data/_list.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -59,7 +59,99 @@
'ee' => '',
'el' => '',
'en' => '',
'en-ag' => '',
'en-ai' => '',
'en-at' => '',
'en-au' => '',
'en-bb' => '',
'en-be' => '',
'en-bm' => '',
'en-bs' => '',
'en-bw' => '',
'en-bz' => '',
'en-ca' => '',
'en-cc' => '',
'en-ch' => '',
'en-ck' => '',
'en-cm' => '',
'en-cx' => '',
'en-cy' => '',
'en-de' => '',
'en-dg' => '',
'en-dk' => '',
'en-dm' => '',
'en-er' => '',
'en-fi' => '',
'en-fj' => '',
'en-fk' => '',
'en-fm' => '',
'en-gb' => '',
'en-gd' => '',
'en-gg' => '',
'en-gh' => '',
'en-gi' => '',
'en-gm' => '',
'en-gy' => '',
'en-hk' => '',
'en-ie' => '',
'en-il' => '',
'en-im' => '',
'en-in' => '',
'en-io' => '',
'en-je' => '',
'en-jm' => '',
'en-ke' => '',
'en-ki' => '',
'en-kn' => '',
'en-ky' => '',
'en-lc' => '',
'en-lr' => '',
'en-ls' => '',
'en-mg' => '',
'en-mo' => '',
'en-ms' => '',
'en-mt' => '',
'en-mu' => '',
'en-mw' => '',
'en-my' => '',
'en-na' => '',
'en-nf' => '',
'en-ng' => '',
'en-nl' => '',
'en-nr' => '',
'en-nu' => '',
'en-nz' => '',
'en-pg' => '',
'en-ph' => '',
'en-pk' => '',
'en-pn' => '',
'en-pw' => '',
'en-rw' => '',
'en-sb' => '',
'en-sc' => '',
'en-sd' => '',
'en-se' => '',
'en-sg' => '',
'en-sh' => '',
'en-si' => '',
'en-sl' => '',
'en-ss' => '',
'en-sx' => '',
'en-sz' => '',
'en-tc' => '',
'en-tk' => '',
'en-to' => '',
'en-tt' => '',
'en-tv' => '',
'en-tz' => '',
'en-ug' => '',
'en-vc' => '',
'en-vg' => '',
'en-vu' => '',
'en-ws' => '',
'en-za' => '',
'en-zm' => '',
'en-zw' => '',
'eo' => '',
'es' => '',
'es-ar' => '',
Expand Down
4 changes: 2 additions & 2 deletions data/_version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand All @@ -9,4 +9,4 @@
* Do not modify this file directly!
*/

return '35.1.0';
return '36.0.0';
6 changes: 3 additions & 3 deletions data/af.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -155,7 +155,7 @@
'MF' => 'Sint Martin',
'MG' => 'Madagaskar',
'MH' => 'Marshalleilande',
'MK' => 'Macedonië',
'MK' => 'Noord-Macedonië',
'ML' => 'Mali',
'MM' => 'Mianmar (Birma)',
'MN' => 'Mongolië',
Expand Down Expand Up @@ -224,7 +224,7 @@
'SV' => 'El Salvador',
'SX' => 'Sint Maarten',
'SY' => 'Sirië',
'SZ' => 'Swaziland',
'SZ' => 'Eswatini',
'TA' => 'Tristan da Cunha',
'TC' => 'Turks- en Caicoseilande',
'TD' => 'Tsjad',
Expand Down
3 changes: 1 addition & 2 deletions data/agq.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -135,7 +135,6 @@
'MD' => 'Mòodovà',
'MG' => 'Màdàgasɨkà',
'MH' => 'Chwɨlà fɨ Mashà',
'MK' => 'Mɨ̀sɨ̀donyìa',
'ML' => 'Malè',
'MM' => 'Mǐanmà',
'MN' => 'Mùŋgolìa',
Expand Down
3 changes: 1 addition & 2 deletions data/ak.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -135,7 +135,6 @@
'MD' => 'Mɔldova',
'MG' => 'Madagaska',
'MH' => 'Marshall Islands',
'MK' => 'Masedonia',
'ML' => 'Mali',
'MM' => 'Miyanma',
'MN' => 'Mɔngolia',
Expand Down
4 changes: 2 additions & 2 deletions data/am.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -50,7 +50,7 @@
'CA' => 'ካናዳ',
'CC' => 'ኮኮስ(ኬሊንግ) ደሴቶች',
'CD' => 'ኮንጎ-ኪንሻሳ',
'CF' => 'የመካከለኛው አፍሪካ ሪፐብሊክ',
'CF' => 'ማዕከላዊ አፍሪካ ሪፑብሊክ',
'CG' => 'ኮንጎ ብራዛቪል',
'CH' => 'ስዊዘርላንድ',
'CI' => 'ኮት ዲቯር',
Expand Down
2 changes: 1 addition & 1 deletion data/ar-ly.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down
3 changes: 1 addition & 2 deletions data/ar-sa.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand All @@ -11,7 +11,6 @@

return array (
'AC' => 'جزيرة أسينشين',
'BS' => 'جزر البهاما',
'EA' => 'سبتة ومليلية',
'MO' => 'ماكاو الصينية (منطقة إدارية خاصة)',
'MS' => 'مونتيسيرات',
Expand Down
6 changes: 3 additions & 3 deletions data/ar.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -42,7 +42,7 @@
'BO' => 'بوليفيا',
'BQ' => 'هولندا الكاريبية',
'BR' => 'البرازيل',
'BS' => 'البهاما',
'BS' => 'جزر البهاما',
'BT' => 'بوتان',
'BW' => 'بوتسوانا',
'BY' => 'بيلاروس',
Expand Down Expand Up @@ -159,7 +159,7 @@
'ML' => 'مالي',
'MM' => 'ميانمار (بورما)',
'MN' => 'منغوليا',
'MO' => 'مكاو الصينية (منطقة إدارية خاصة)',
'MO' => 'منطقة ماكاو الإدارية الخاصة',
'MP' => 'جزر ماريانا الشمالية',
'MQ' => 'جزر المارتينيك',
'MR' => 'موريتانيا',
Expand Down
6 changes: 3 additions & 3 deletions data/as.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -155,11 +155,11 @@
'MF' => 'ছেইণ্ট মাৰ্টিন',
'MG' => 'মাদাগাস্কাৰ',
'MH' => 'মাৰ্শ্বাল দ্বীপপুঞ্জ',
'MK' => 'মেচিডোনীয়া',
'MK' => 'উত্তৰ মেচিডোনীয়া',
'ML' => 'মালি',
'MM' => 'ম্যানমাৰ (বাৰ্মা)',
'MN' => 'মঙ্গোলিয়া',
'MO' => 'মাকাউ এছ. এ. আৰ. চীন',
'MO' => 'মাকাও এছ. এ. আৰ. চীন',
'MP' => 'উত্তৰ মাৰিয়ানা দ্বীপপুঞ্জ',
'MQ' => 'মাৰ্টিনিক',
'MR' => 'মাউৰিটানিয়া',
Expand Down
3 changes: 1 addition & 2 deletions data/asa.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -134,7 +134,6 @@
'MD' => 'Moldova',
'MG' => 'Bukini',
'MH' => 'Vithiwa vya Marshal',
'MK' => 'Mathedonia',
'ML' => 'Mali',
'MM' => 'Myama',
'MN' => 'Mongolia',
Expand Down
3 changes: 1 addition & 2 deletions data/ast.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down Expand Up @@ -155,7 +155,6 @@
'MF' => 'Saint Martin',
'MG' => 'Madagascar',
'MH' => 'Islles Marshall',
'MK' => 'Macedonia',
'ML' => 'Malí',
'MM' => 'Myanmar (Birmania)',
'MN' => 'Mongolia',
Expand Down
2 changes: 1 addition & 1 deletion data/az-cyrl.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
/**
* This file has been @generated by a phing task from CLDR version 35.1.0.
* This file has been @generated by a phing task from CLDR version 36.0.0.
* See [README.md](README.md#generating-data) for more information.
*
* @internal Please do not require this file directly.
Expand Down
Loading

0 comments on commit 85a1b25

Please sign in to comment.