| Total Complexity | 2 | 
| Total Lines | 20 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 28 | class LanguageHindi extends AbstractModule implements ModuleLanguageInterface  | 
            ||
| 29 | { | 
            ||
| 30 | use ModuleLanguageTrait;  | 
            ||
| 31 | |||
| 32 | /**  | 
            ||
| 33 | * Should this module be enabled when it is first installed?  | 
            ||
| 34 | *  | 
            ||
| 35 | * @return bool  | 
            ||
| 36 | */  | 
            ||
| 37 | public function isEnabledByDefault(): bool  | 
            ||
| 40 | }  | 
            ||
| 41 | |||
| 42 | /**  | 
            ||
| 43 | * @return LocaleInterface  | 
            ||
| 44 | */  | 
            ||
| 45 | public function locale(): LocaleInterface  | 
            ||
| 50 |