Closed
Description
Reusable components could be used in different language environments. That being said, we could benefit from having modular translations, by adding another section in single-file components we already use, probably JSON-based:
{
"Select a color": {
"ru": "Выберите цвет",
"de": "wählen Sie eine Farbe"
}
}