Background of the issue:
We have a custom tool on an existing English language site that uses get_terms() to get all terms from a taxonomy. The taxonomy is set to translatable, and the taxonomy terms have been translated.
Symptoms:
get_terms() returns all the English terms when the language is set to English, but returns nothing when the language is set to Spanish.
Questions:
Why does get_terms() return nothing for Spanish when the taxonomy terms have been translated?
How can we get get_terms() to return the appropriate taxonomy terms for the current language?