From c2358e0ed84f0bd077e7f5b48d804fd4fec0e015 Mon Sep 17 00:00:00 2001 From: Lennu Vuolanne Date: Tue, 19 Aug 2025 15:20:05 +0300 Subject: [PATCH 1/2] =?UTF-8?q?Create=20Text=20=E2=80=9Cgeneral-nation?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/text/general-nation.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cms/text/general-nation.json diff --git a/cms/text/general-nation.json b/cms/text/general-nation.json new file mode 100644 index 0000000..ced7d65 --- /dev/null +++ b/cms/text/general-nation.json @@ -0,0 +1,12 @@ +{ + "fi": { + "key": "general:nation", + "content": "Satakuntalainen Osakunta" + }, + "sv": { + "content": "Satakunta Nation" + }, + "en": { + "content": "Satakunta Nation" + } +} From ef1f92b828fd003b39c0ab67e9939fba39534ba7 Mon Sep 17 00:00:00 2001 From: Lennu Vuolanne Date: Tue, 19 Aug 2025 15:32:53 +0300 Subject: [PATCH 2/2] =?UTF-8?q?Create=20Text=20=E2=80=9Cgeneral-seemore?= =?UTF-8?q?=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cms/text/general-seemore.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 cms/text/general-seemore.json diff --git a/cms/text/general-seemore.json b/cms/text/general-seemore.json new file mode 100644 index 0000000..f0406a7 --- /dev/null +++ b/cms/text/general-seemore.json @@ -0,0 +1,12 @@ +{ + "fi": { + "key": "general:seeMore", + "content": "Lisää" + }, + "sv": { + "content": "Se mer" + }, + "en": { + "content": "See more" + } +}