textdomain not loaded at the right time.
-
Text domains need to be loaded before bbp_loaded:18. At least before bbp_login_notices is called (hooked on bbp_loaded:default (10? I think)) The notices do not get translated. Or is it bbp_login_notices which should be hooked to something else than bbp_loaded? For now, I did `add_action( ‘bbp_loaded’, ‘bbp_login_notices’, 20 );“ so it get done after the text domain is active.
Happy to contribute.`
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.