diff options
Diffstat (limited to 'vendor/fisharebest/localization/src/Language/LanguageSu.php')
| -rw-r--r-- | vendor/fisharebest/localization/src/Language/LanguageSu.php | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/vendor/fisharebest/localization/src/Language/LanguageSu.php b/vendor/fisharebest/localization/src/Language/LanguageSu.php deleted file mode 100644 index 42f1d16178..0000000000 --- a/vendor/fisharebest/localization/src/Language/LanguageSu.php +++ /dev/null @@ -1,37 +0,0 @@ -<?php - -namespace Fisharebest\Localization\Language; - -use Fisharebest\Localization\PluralRule\PluralRule0; -use Fisharebest\Localization\Script\ScriptSund; -use Fisharebest\Localization\Territory\TerritoryId; - -/** - * Class LanguageSu - Representation of the Sotho language. - * - * @author Greg Roach <fisharebest@gmail.com> - * @copyright (c) 2019 Greg Roach - * @license GPLv3+ - */ -class LanguageSu extends AbstractLanguage implements LanguageInterface -{ - public function code() - { - return 'su'; - } - - public function defaultScript() - { - return new ScriptSund(); - } - - public function defaultTerritory() - { - return new TerritoryId(); - } - - public function pluralRule() - { - return new PluralRule0(); - } -} |
