• Resolved maximaexchen

    (@maximaexchen)


    Hallo,

    ich habe ein Problem bei der Umstellung auf die Sie-Version.

    Bin nach Anleitung:
    https://vendidero.de/dokument/woocommerce-auf-deutsch-sie-formale-sprachdatei
    vorgegangen, jedoch erfolgt auf der Seite kein Redirect und die Sprache wird auch nicht umgestellt.

    Wordpress selbst ist bereits auf Deutsch (Sie) umgestellt.

    Ich habe mal in die Datei:
    wp-content/plugins/woocommerce-germanized/includes/admin/class-wc-gzd-admin.php
    in die Funktion “check_language_install” geschaut.

    
    protected function check_language_install() {
    		require_once ABSPATH . 'wp-admin/includes/translation-install.php';
    		$language = isset( $_GET['install-language'] ) ? sanitize_text_field( wp_unslash( $_GET['install-language'] ) ) : ''; // phpcs:ignore WordPress.Security.NonceVerification.Recommended
    		if ( empty( $language ) ) {
    			return false;
    		}
    
    		...
    
    		return false;
    }

    Hier kommt aber kein GET-Parameter ‘install-language’ an.

    Jemand eine Idee?

    Danke im voraus und Grüße Marcus

    • This topic was modified 1 year, 7 months ago by maximaexchen.
    • This topic was modified 1 year, 7 months ago by maximaexchen.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘de_DE_formal installieren’ is closed to new replies.