Подскажите как правильнее реализовать интернационализацию Front-End с помощью JS.
Насколько я знаю можно подключать нужный ru-js.js или en-js.js файл с содержанием типа:
ApiMessages={
"visitor": "Visiteur",
"me": "Moi",
"chattingwith": "Vous êtes maintenant en chat avec ",
"joinedtheroom": " a rejoint le chat",
"disconnectedmsg": "Vous avez été déconnecté. Tentative de reconnection.",
"chatsessionclosed": "Session de chat terminée.",
"hasbeendisconnected": " a été déconnecté.",
"connecting": "Connection en cours",
"waitingforuser": "En attente de l'utilisateur",
"mainwindowtitle": "Fenêtre de chat"
}
еще варианты, плагины, либы?