*/ class Water_The_Theme_i18n { /** * Load the plugin text domain for translation. * * @since 1.0.0 */ public function load_plugin_textdomain() { load_plugin_textdomain( 'water-the-theme', false, dirname( dirname( plugin_basename( __FILE__ ) ) ) . '/languages/' ); } }