Background of the issue:
I am working on a site under development and trying to add a string for translation in a child theme custom template. The code I added is: printf( __( 'Secure your login with Two-Factor Authentication (2FA) and Passkeys', 'buddyboss' ), esc_url( '/account-security/' ) );
Symptoms:
The string in the child theme custom template cannot be found for translation.
Questions:
Why can't I find the string for translation in WPML?