languages_directory = apply_filters( 'audit_charitable_donations_languages_directory', 'audit-charitable-donations/languages' ); $this->locale = apply_filters( 'plugin_locale', get_locale(), $this->textdomain ); $this->mofile = sprintf( '%1$s-%2$s.mo', $this->textdomain, $this->locale ); $this->load_textdomain(); } } endif;