blob: 491ae4bb89e7b1e167cb563d66145704a6a28443 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?php namespace Fisharebest\Localization\Locale;
/**
* Class LocaleMnCyrl
*
* @author Greg Roach <fisharebest@gmail.com>
* @copyright (c) 2015 Greg Roach
* @license GPLv3+
*/
class LocaleMnCyrl extends LocaleMn {
}
|