Closed
Description
Magento 1.x has the possibility to use multiple translations for the same phrase in different module contexts.
For example:
Module_A.csv: "State","Состояние"
Module_B.csv: "State","Область"
It allows to translate the words that are homographs in English but are not homographs in the target translation language.
The possibility is absent/broken/removed in the current Magento 2 version.