diff options
Diffstat (limited to 'vendor/fisharebest/localization/src/Locale/LocaleNy.php')
| -rw-r--r-- | vendor/fisharebest/localization/src/Locale/LocaleNy.php | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/vendor/fisharebest/localization/src/Locale/LocaleNy.php b/vendor/fisharebest/localization/src/Locale/LocaleNy.php deleted file mode 100644 index 5def477903..0000000000 --- a/vendor/fisharebest/localization/src/Locale/LocaleNy.php +++ /dev/null @@ -1,30 +0,0 @@ -<?php - -namespace Fisharebest\Localization\Locale; - -use Fisharebest\Localization\Language\LanguageNy; - -/** - * Class LocaleNy - Chewa - * - * @author Greg Roach <fisharebest@gmail.com> - * @copyright (c) 2019 Greg Roach - * @license GPLv3+ - */ -class LocaleNy extends AbstractLocale implements LocaleInterface -{ - public function endonym() - { - return 'Chichewa'; - } - - public function endonymSortable() - { - return 'CHICHEWA'; - } - - public function language() - { - return new LanguageNy(); - } -} |
