*/ class TranslationBootstrap implements BootstrapInterface { /** * @inheritDoc */ public function bootstrap($app) { $app->getI18n()->translations['yii/bootstrap5'] = [ 'class' => GettextMessageSource::class, 'sourceLanguage' => 'en-US', 'basePath' => '@yii/bootstrap5/messages' ]; } }