From da51d6ab133d2e38fedde2028371121325f1bbf9 Mon Sep 17 00:00:00 2001 From: Jonny Alva <55201079+Kloudz805@users.noreply.github.com> Date: Mon, 4 Dec 2023 16:05:26 -0800 Subject: [PATCH 1/3] Update translations-upload.yml --- .github/workflows/translations-upload.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/translations-upload.yml b/.github/workflows/translations-upload.yml index 2e6c7a7833..f312675b9f 100644 --- a/.github/workflows/translations-upload.yml +++ b/.github/workflows/translations-upload.yml @@ -32,3 +32,6 @@ jobs: upload_translations: false download_translations: false + - name: crowdin-action + uses: crowdin/github-action@v1.15.2 + \ No newline at end of file From 3405bbc3b5032d6c1e8939b49bc453d146a95b49 Mon Sep 17 00:00:00 2001 From: Jonny Alva <55201079+Kloudz805@users.noreply.github.com> Date: Thu, 14 Aug 2025 21:10:18 -0700 Subject: [PATCH 2/3] Add files via upload --- web_configurator_crossconfigurator2.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web_configurator_crossconfigurator2.js diff --git a/web_configurator_crossconfigurator2.js b/web_configurator_crossconfigurator2.js new file mode 100644 index 0000000000..dbfd01ee6b --- /dev/null +++ b/web_configurator_crossconfigurator2.js @@ -0,0 +1,16 @@ +import PresetsRepoIndexed from "./PresetsRepoIndexed"; + +export default class PresetsWebsiteRepo extends PresetsRepoIndexed { + constructor(url, official, name) { + let correctUrl = url.trim(); + + if (!correctUrl.endsWith("/")) { + correctUrl += "/"; + } + + const urlRaw = correctUrl; + const urlViewOnline = correctUrl; + + super(urlRaw, urlViewOnline, official, name); + } + } \ No newline at end of file From 289bffd335cb4ae4cd11f00e496d86a54261a224 Mon Sep 17 00:00:00 2001 From: Jonny Alva Date: Mon, 18 Aug 2025 00:29:55 -0700 Subject: [PATCH 3/3] Update web_configurator_crossconfigurator2.js --- web_configurator_crossconfigurator2.js | 30 +++++++++++++------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/web_configurator_crossconfigurator2.js b/web_configurator_crossconfigurator2.js index dbfd01ee6b..a673a56db4 100644 --- a/web_configurator_crossconfigurator2.js +++ b/web_configurator_crossconfigurator2.js @@ -1,16 +1,16 @@ -import PresetsRepoIndexed from "./PresetsRepoIndexed"; - -export default class PresetsWebsiteRepo extends PresetsRepoIndexed { - constructor(url, official, name) { - let correctUrl = url.trim(); - - if (!correctUrl.endsWith("/")) { - correctUrl += "/"; - } - - const urlRaw = correctUrl; - const urlViewOnline = correctUrl; - - super(urlRaw, urlViewOnline, official, name); - } +import PresetsRepoIndexed from "./PresetsRepoIndexed"; + +export default class PresetsWebsiteRepo extends PresetsRepoIndexed { + constructor(url, official, name) { + let correctUrl = url.trim(); + + if (!correctUrl.endsWith("/")) { + correctUrl += "/"; + } + + const urlRaw = correctUrl; + const urlViewOnline = correctUrl; + + super(urlRaw, urlViewOnline, official, name); + } } \ No newline at end of file