denkmal / denkmal.org

MOVED to GitLab: https://gitlab.com/denkmal/archive/denkmal-2014
MIT License
7 stars 16 forks source link

Adjust meta texts #726

Closed stophecom closed 7 years ago

stophecom commented 7 years ago

closes https://github.com/denkmal/denkmal.org/issues/723

njam commented 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);
    }
njam commented 7 years ago

Updated according to Alex' suggestions. There was some ambiguity, but I think it doesn't matter too much. Wdyt?

stophecom commented 7 years ago

lgtm