From 765706056fd08561eae33d1688adfef2cbf037bf Mon Sep 17 00:00:00 2001 From: Hombach Date: Tue, 22 Oct 2024 13:22:55 +0200 Subject: [PATCH] 0.12.1 --- README.md | 2 +- admin/{jsonConfig.json5 => jsonConfig.json} | 0 io-package.json | 22 ++++++++++----------- 3 files changed, 12 insertions(+), 12 deletions(-) rename admin/{jsonConfig.json5 => jsonConfig.json} (100%) diff --git a/README.md b/README.md index 5521095..1a80f30 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ If you enjoyed this project — or just feeling generous, consider buying me a b ### 0.12.1 (2024-10-22) -- (HombachC) fix error in jsonConfig.json and switch to json5 format +- (HombachC) fix error in jsonConfig.json ### 0.12.0 (2024-10-22) diff --git a/admin/jsonConfig.json5 b/admin/jsonConfig.json similarity index 100% rename from admin/jsonConfig.json5 rename to admin/jsonConfig.json diff --git a/io-package.json b/io-package.json index 3eb67ea..f7c3278 100644 --- a/io-package.json +++ b/io-package.json @@ -4,17 +4,17 @@ "version": "0.12.1", "news": { "0.12.1": { - "en": "fix error in jsonConfig.json and switch to json5 format", - "de": "Fehler in jsonConfig.json behoben und auf json5-Format umgestellt", - "ru": "исправлена ошибка в jsonConfig.json и переход на формат json5", - "pt": "corrigir erro no jsonConfig.json e mudar para o formato json5", - "nl": "fout in jsonConfig.json opgelost en overgeschakeld naar json5-formaat", - "fr": "correction d'une erreur dans jsonConfig.json et passage au format json5", - "it": "corretto errore in jsonConfig.json e passaggio al formato json5", - "es": "se corrigió el error en jsonConfig.json y se cambió al formato json5", - "pl": "naprawiono błąd w jsonConfig.json i przełączono na format json5", - "uk": "виправлено помилку в jsonConfig.json і перехід на формат json5", - "zh-cn": "修复 jsonConfig.json 中的错误并切换到 json5 格式" + "en": "fix error in jsonConfig.json", + "de": "Fehler in jsonConfig.json behoben", + "ru": "исправлена ошибка в jsonConfig.json", + "pt": "corrigir erro no jsonConfig.json", + "nl": "fout in jsonConfig.json opgelost", + "fr": "correction d'une erreur dans jsonConfig.json", + "it": "corretto errore in jsonConfig.json", + "es": "se corrigió el error en jsonConfig.json", + "pl": "naprawiono błąd w jsonConfig.json", + "uk": "виправлено помилку в jsonConfig.json", + "zh-cn": "修复了 jsonConfig.json 中的错误" }, "0.12.0": { "en": "BREAKING: dropped support for admin < 7 (#544)\noptimized responsive design (#544)\noptimized translation handling",