Background of the issue:
I am working on a site under development and trying to disambiguate a single string with multiple contexts in WPML. Consider these two strings:
// translators: Refers to the sound
esc_html_e('Crunch', 'cnmd');
// translators: Refers to the exercise, like a sit-up
esc_html_e('Crunch', 'cnmd');
Symptoms:
WPML treats these as the same string even though the context hint indicates they are different. Only a single string translation option appears for 'crunch' in the WPML string translation editor.
Questions:
How can I disambiguate a single string with multiple contexts in WPML?
主题 '[關閉] Disambiguating a single string with multiple contexts' 已关闭,不再接受新回复。