further translation tweaks

This commit is contained in:
Jonas Heinrich 2020-04-27 21:16:39 +02:00
parent 8318c715fb
commit 4b401a4623
6 changed files with 62 additions and 5 deletions

View file

@ -2,6 +2,8 @@
function kit_setup() {
load_theme_textdomain( 'kit', get_template_directory() . '/languages' );
add_theme_support( 'menus' );
add_theme_support( 'post-thumbnails' );
add_theme_support( 'custom-logo' );