diff --git a/assets/jsons/changelogs/en.json b/assets/jsons/changelogs.json similarity index 100% rename from assets/jsons/changelogs/en.json rename to assets/jsons/changelogs.json diff --git a/assets/jsons/changelogs/de.json b/assets/jsons/changelogs/de.json deleted file mode 100644 index d5412969..00000000 --- a/assets/jsons/changelogs/de.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "1.0.0": { - "title": "Erste Veröffentlichung", - "htmlBody": "

Erste Veröffentlichung der App.

", - "timestampPublished" : "1700788913" - } -} diff --git a/assets/jsons/changelogs/es.json b/assets/jsons/changelogs/es.json deleted file mode 100644 index ef23afde..00000000 --- a/assets/jsons/changelogs/es.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "1.0.0": { - "title": "Primera Lanzamiento", - "htmlBody": "

Primera lanzamiento de la aplicación.

", - "timestampPublished" : "1700788913" - } -} diff --git a/assets/jsons/changelogs/fr.json b/assets/jsons/changelogs/fr.json deleted file mode 100644 index 9c2f7a27..00000000 --- a/assets/jsons/changelogs/fr.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "1.0.0": { - "title": "Première Version", - "htmlBody": "

Première version de l'application.

", - "timestampPublished" : "1700788913" - } -} diff --git a/assets/jsons/changelogs/ru.json b/assets/jsons/changelogs/ru.json deleted file mode 100644 index f7f05149..00000000 --- a/assets/jsons/changelogs/ru.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "1.0.0": { - "title": "Первый Релиз", - "htmlBody": "

Первый релиз приложения.

", - "timestampPublished" : "1700788913" - } -}