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