You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
}
}