From b0f222913e8309e4fcf6e0f996b7cd11b7b45c76 Mon Sep 17 00:00:00 2001 From: ojack Date: Fri, 9 Feb 2024 17:29:26 +0100 Subject: [PATCH] updated language toolbar --- package.json | 2 +- public/bundle.js | 15 +++++++++------ public/bundle.min.js | 10 ++++++---- public/bundle.min.js.map | 2 +- src/stores/language-store.js | 2 +- src/stores/store.js | 3 ++- src/views/info.js | 8 +++++--- 7 files changed, 25 insertions(+), 17 deletions(-) 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) {