From c543542567cd7c2600592a65794a4a3b32e6bfdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Tue, 22 Mar 2022 07:12:13 +0400 Subject: [PATCH] Add german and italian to translation --- api/komante/models/komante.settings.json | 4 ++-- api/teks/documentation/1.0.0/teks.json | 12 ++++++++++++ components/trad/traductions.json | 6 ++++++ .../documentation/1.0.0/full_documentation.json | 14 +++++++++++++- 4 files changed, 33 insertions(+), 3 deletions(-) diff --git a/api/komante/models/komante.settings.json b/api/komante/models/komante.settings.json index 653e8c4..fb9f77a 100644 --- a/api/komante/models/komante.settings.json +++ b/api/komante/models/komante.settings.json @@ -24,8 +24,8 @@ "model": "user" }, "teks": { - "model": "teks", - "via": "komante" + "via": "komante", + "model": "teks" }, "sentAt": { "type": "datetime", diff --git a/api/teks/documentation/1.0.0/teks.json b/api/teks/documentation/1.0.0/teks.json index 7ef3059..5f972dd 100644 --- a/api/teks/documentation/1.0.0/teks.json +++ b/api/teks/documentation/1.0.0/teks.json @@ -547,6 +547,12 @@ }, "espagnol": { "type": "string" + }, + "deutsch": { + "type": "string" + }, + "italiano": { + "type": "string" } } }, @@ -861,6 +867,12 @@ }, "espagnol": { "type": "string" + }, + "deutsch": { + "type": "string" + }, + "italiano": { + "type": "string" } } }, diff --git a/components/trad/traductions.json b/components/trad/traductions.json index bcba1bc..608d0bf 100644 --- a/components/trad/traductions.json +++ b/components/trad/traductions.json @@ -15,6 +15,12 @@ }, "espagnol": { "type": "richtext" + }, + "deutsch": { + "type": "richtext" + }, + "italiano": { + "type": "richtext" } } } diff --git a/extensions/documentation/documentation/1.0.0/full_documentation.json b/extensions/documentation/documentation/1.0.0/full_documentation.json index 4408039..0a6e805 100644 --- a/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -11,7 +11,7 @@ "url": "https://o-k-i.net" }, "license": null, - "x-generation-date": "08/19/2021 8:45:01 PM" + "x-generation-date": "03/22/2022 6:55:51 AM" }, "x-strapi-config": { "path": "/dokiman", @@ -1814,6 +1814,12 @@ }, "espagnol": { "type": "string" + }, + "deutsch": { + "type": "string" + }, + "italiano": { + "type": "string" } } }, @@ -2128,6 +2134,12 @@ }, "espagnol": { "type": "string" + }, + "deutsch": { + "type": "string" + }, + "italiano": { + "type": "string" } } },