diff --git a/package.json b/package.json index d6485d5..b01b9da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hydra-web-editor", - "version": "1.4.2", + "version": "1.4.3", "description": "", "main": "index.js", "scripts": { diff --git a/public/bundle.js b/public/bundle.js index d850e60..eebe193 100644 --- a/public/bundle.js +++ b/public/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) {