From 94365b319fe1bdc4864c060e4644226759705d18 Mon Sep 17 00:00:00 2001 From: AlexeyMatveev686 Date: Thu, 24 Mar 2022 16:21:19 +0300 Subject: [PATCH 1/4] Added version "1.0.0" in config --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index c1fb6ef4..6dd18a02 100644 --- a/config.json +++ b/config.json @@ -2,6 +2,7 @@ "name" : "EasyBib", "guid" : "asc.{c9d216a5-4f1a-49f2-9ff0-67c510a73523}", "baseUrl" : "", + "version": "1.0.0", "variations" : [ { "description" : "EasyBib", From 7ce357d439510f0655ae599ca8dcd04f58683cdc Mon Sep 17 00:00:00 2001 From: Nikita Khromov Date: Fri, 27 May 2022 13:35:42 +0300 Subject: [PATCH 2/4] Added translation langs map --- translations/{cz-CZ.json => cs-CZ.json} | 0 translations/{jp-JP.json => ja-JP.json} | 0 translations/langs.json | 13 +++++++++++++ 3 files changed, 13 insertions(+) rename translations/{cz-CZ.json => cs-CZ.json} (100%) rename translations/{jp-JP.json => ja-JP.json} (100%) create mode 100644 translations/langs.json diff --git a/translations/cz-CZ.json b/translations/cs-CZ.json similarity index 100% rename from translations/cz-CZ.json rename to translations/cs-CZ.json diff --git a/translations/jp-JP.json b/translations/ja-JP.json similarity index 100% rename from translations/jp-JP.json rename to translations/ja-JP.json diff --git a/translations/langs.json b/translations/langs.json new file mode 100644 index 00000000..c9135835 --- /dev/null +++ b/translations/langs.json @@ -0,0 +1,13 @@ +[ + "br-BR", + "ch-CH", + "cs-CZ", + "de-DE", + "es-ES", + "fr-FR", + "it-IT", + "ja-JP", + "nl-NL", + "ru-RU", + "nl-NL" +] \ No newline at end of file From ad8220d69f086e64d737955a62e326253c956238 Mon Sep 17 00:00:00 2001 From: Nikita Khromov Date: Fri, 27 May 2022 13:38:38 +0300 Subject: [PATCH 3/4] Fix translation langs map --- translations/langs.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/translations/langs.json b/translations/langs.json index c9135835..2e503359 100644 --- a/translations/langs.json +++ b/translations/langs.json @@ -8,6 +8,5 @@ "it-IT", "ja-JP", "nl-NL", - "ru-RU", - "nl-NL" + "ru-RU" ] \ No newline at end of file From e170bbd88712e4e57ff50fb994f499b048e70f36 Mon Sep 17 00:00:00 2001 From: Alexander Trofimov Date: Sat, 25 Jun 2022 00:10:19 +0300 Subject: [PATCH 4/4] Update version --- config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 6dd18a02..37137c9c 100644 --- a/config.json +++ b/config.json @@ -2,7 +2,7 @@ "name" : "EasyBib", "guid" : "asc.{c9d216a5-4f1a-49f2-9ff0-67c510a73523}", "baseUrl" : "", - "version": "1.0.0", + "version": "1.0.1", "variations" : [ { "description" : "EasyBib", @@ -26,4 +26,4 @@ "isUpdateOleOnResize" : false } ] -} \ No newline at end of file +}