for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Fisharebest\Localization\Locale;
/**
* Class LocaleYueHans - Yue
*
* @author Greg Roach <[email protected]>
* @copyright (c) 2018 Greg Roach
* @license GPLv3+
*/
class LocaleYueHans extends LocaleYue
{
public function endonym()
return '粤语';
}