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 +} 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..2e503359 --- /dev/null +++ b/translations/langs.json @@ -0,0 +1,12 @@ +[ + "br-BR", + "ch-CH", + "cs-CZ", + "de-DE", + "es-ES", + "fr-FR", + "it-IT", + "ja-JP", + "nl-NL", + "ru-RU" +] \ No newline at end of file