Viewing 5 posts - 31 through 35 (of 35 total)
  • Author
    Posts
  • #515052

    Hi Andy,

    but how do I get sure that I don’t loose any settings from my active theme installation?

    Regards,
    Bastian

    #515078

    Hey!

    you won’t loose any settings when deleting all theme files via FTP, because your settings are stored into WordPress’ database. However, make sure to have a backup, just in case.

    Regards,
    Andy

    #766899

    Allthough this is an old thread – maybe someone find this thread.

    German Translation is to all others a unique case!
    We have in German a formal speech and vor You we use in this case “Sie” –
    and we have an informal case with You = “Du” if we are familiar with person.
    So if you choose Deutsch on Dashboard Settings (since WP 4 the wp_lang part in wp-config should not be in there)
    WP will take the “Du” Version de_DE_formal.po
    if you choose the explicite different Version “Sie” it will take the normal de_DE.po Version

    #767942

    on enfold dokumentation there is a different code to that i know before – and the new one works:

    function overwrite_language_parent_theme_files() {
        $lang = get_stylesheet_directory().'/lang';
        return $lang;
    }
    add_filter('ava_theme_textdomain_path', 'overwrite_language_parent_theme_files');
    #768104

    thanks @Guenni007

    Best regards,
    Andy

Viewing 5 posts - 31 through 35 (of 35 total)
  • The topic ‘German translation misses time units for countdown timer’ is closed to new replies.