JSFiddle - React, Tailwind, and code Playground
by AntonLapshin
JavaScript
String.prototype.f = function() {
var s = this,
i = arguments.length;
while (i--) {
s = s.replace(new RegExp('\\{' + i + '\\}', 'gm'), arguments[i]);
}
return s;
};
var langs = ['fr', 'de', 'it', 'se', 'zh'];
var input = {
"title": ["SlideShowPlanet. Let us create a cool slideshow. Get a free preview", "SlideShowPlanet. Создадим классное слайдшоу для Вас. Бесплатное превью.", "SlideShowPlanet: Vamos a crear una presentación de diapositivas cool. Obtén una vista previa gratuita", "SlideShowPlanet. Laissez-nous créer un diaporama cool. Obtenez une prévisualisation gratuite"],
"desc": ["SlideShowPlanet: Select a theme, easily add your files and get a preview of your slideshow for free", "SlideShowPlanet: Выбери тему, легко перетащи свои файлы и получи бесплатное превью вашего слайдшоу", "SlideShowPlanet: selecciona un tema, agrega fácilmente tus archivos y obtén una vista previa de tu presentación de forma gratuita.", "SlideShowPlanet: Sélectionnez un thème, ajoutez facilement vos fichiers et obtenez un aperçu de votre diaporama gratuitement"],
"keywords": ["slideshow, make video, select theme, free preview, video file, upload files, cool video", "слайдшоу, сделать видео, выбор темы, бесплатное превью, видео файл, загрузка файлов, классное видео", "Presentación de diapositivas, hacer vídeo, seleccionar tema, vista previa gratuita, archivo de vídeo, subir archivos, vídeo fresco", "Diaporama, faire la vidéo, choisir le thème, aperçu gratuit, fichier vidéo, télécharger des fichiers, vidéo cool"],
"top_rated": ["Top Rated", "Лучшие", "Mejor", "Meilleures ventes"],
"wedding": ["Wedding Day", "Свадьба", "Boda", "Jour de mariage"],
"birthday": ["Happy Birthday", "День рождения", "Cumpleaños", "Bon anniversaire"],
"love_story": ["Love Story", "Лав стори", "Amor", "Histoire d'amour"],
"travel": ["Travel", "Путешествие", "Viajar", "Voyager"],
"party": ["Party", "Вечеринка", "Fiesta", "Fête"],
...