From 8555a921cdb03ad046c9ccf65075a77041e558e3 Mon Sep 17 00:00:00 2001 From: ojack Date: Fri, 9 Feb 2024 18:00:11 +0100 Subject: [PATCH] updated main --- bundle.js | 15 +++++++++------ bundle.min.js | 10 ++++++---- bundle.min.js.map | 2 +- index.html | 2 +- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/bundle.js b/bundle.js index d850e60..eebe193 100644 --- a/bundle.js +++ b/bundle.js @@ -43269,7 +43269,7 @@ const i18nextBrowserLanguageDetector = require('i18next-browser-languagedetector const languageResources = require('./text-elements.js') -const availableLanguages = ['ja', 'es', 'ar', 'id', 'pt-br', 'ch', 'ko', 'fr'] // localizations available in repository at /hydra-synth/l10n +const availableLanguages = ['ja', 'es', 'ar', 'id', 'pt-br', 'ch', 'ko', 'fr', 'de'] // 'de' need to switch language selector localizations available in repository at /hydra-synth/l10n const languagePath = (lang) => `https://raw.githubusercontent.com/hydra-synth/l10n/main/${lang}/editor.json` i18next @@ -43512,7 +43512,8 @@ module.exports = function store(state, emitter) { function showConfirmation(successCallback, terminateCallback) { var c = prompt(` - HYDRA SKETCH GALLERY +HYDRA SKETCH GALLERY +/////////////////////////////////////// 🎨 Click 'OK' to add your sketch and screenshot to the gallery of hydra sketches at https://botsin.space/@hydra. @@ -45359,13 +45360,15 @@ module.exports = function mainView(state, emit) {