Closed stophecom closed 7 years ago
Please also set the German translation in the migration. You could just run the translations setup script again in the migration, like this:
public function up(\CM_OutputStream_Interface $output) {
$translationSetup = new CM_App_SetupScript_Translations($this->getServiceManager());
$translationSetup->load($output);
}
Updated according to Alex' suggestions. There was some ambiguity, but I think it doesn't matter too much. Wdyt?
lgtm
closes https://github.com/denkmal/denkmal.org/issues/723