diff --git a/assets/jsons/changelogs/de.json b/assets/jsons/changelogs/de.json new file mode 100644 index 00000000..d5412969 --- /dev/null +++ b/assets/jsons/changelogs/de.json @@ -0,0 +1,7 @@ +{ + "1.0.0": { + "title": "Erste Veröffentlichung", + "htmlBody": "
Erste Veröffentlichung der App.
", + "timestampPublished" : "1700788913" + } +} diff --git a/assets/jsons/changelogs/en.json b/assets/jsons/changelogs/en.json new file mode 100644 index 00000000..7971aa2f --- /dev/null +++ b/assets/jsons/changelogs/en.json @@ -0,0 +1,7 @@ +{ + "1.0.0" : { + "title" : "First Release", + "htmlBody" : "First release of the app.
", + "timestampPublished" : "1700788913" + } +} diff --git a/assets/jsons/changelogs/es.json b/assets/jsons/changelogs/es.json new file mode 100644 index 00000000..ef23afde --- /dev/null +++ b/assets/jsons/changelogs/es.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 00000000..9c2f7a27 --- /dev/null +++ b/assets/jsons/changelogs/fr.json @@ -0,0 +1,7 @@ +{ + "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 new file mode 100644 index 00000000..f7f05149 --- /dev/null +++ b/assets/jsons/changelogs/ru.json @@ -0,0 +1,7 @@ +{ + "1.0.0": { + "title": "Первый Релиз", + "htmlBody": "Первый релиз приложения.
", + "timestampPublished" : "1700788913" + } +}