justintadlock / breadcrumb-trail

Official home of the Breadcrumb Trail plugin for WordPress.
GNU General Public License v2.0
136 stars 61 forks source link

Fixing translation #32

Open 2ndkauboy opened 7 years ago

2ndkauboy commented 7 years ago

I found the issue when using it on a site with WPML but it could be a problem in other situations as well. As the load_plugin_textdomain call is not done in an action, it might be triggered too early, which is the case for WPML. Simply moving it into the after_setup_theme action solves this.