From 144da94e6fba9025ea82488afbe785a91132c416 Mon Sep 17 00:00:00 2001 From: Dac Chartrand Date: Tue, 16 Apr 2019 05:43:52 -0400 Subject: [PATCH] Load translations --- inc/actions/namespace.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/actions/namespace.php b/inc/actions/namespace.php index 531335e..2765a65 100644 --- a/inc/actions/namespace.php +++ b/inc/actions/namespace.php @@ -24,7 +24,7 @@ function setup() { * Make theme available for translation. * Translations can be filed in the /languages/ directory. */ - load_theme_textdomain( 'aldine', get_template_directory() . '/languages' ); + load_theme_textdomain( 'pressbooks-aldine', get_template_directory() . '/languages' ); /* * Let WordPress manage the document title.