From 23e49c6e6e63a518e704f82879a5fdcf268c51d8 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Tue, 8 Apr 2025 22:14:04 +0900 Subject: 1st stage, only language switch. Thank you, MomentQYC ( https://github.com/MomentQYC ). Your first attemt encourage me. --- views/home.handlebars | 52 +++++++++++++++++++-------------------------------- 1 file changed, 19 insertions(+), 33 deletions(-) (limited to 'views/home.handlebars') diff --git a/views/home.handlebars b/views/home.handlebars index 700d875..eb40646 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,5 +1,5 @@
-

About {{siteName}}

+

{{{t "home.about" }}} {{siteName}}

{{#if instanceDescription}}
@@ -9,63 +9,49 @@ {{> instanceRules }} -

About Gathio

+

{{t "home.aboutgathio"}}

-

Gathio is a simple, federated, privacy-first event hosting platform.

+

{{t "home.intro"}}

An example event page for a picnic. The page shows the event's location, host, date and time, and description, as well as buttons to save the event to Google Calendar, export it, and open the location in OpenStreetMap and Google Maps.
-

Privacy-first

+

{{t "home.privacytitle" }}

-

There are no accounts on Gathio. When you create an event, we generate a password which allows you to edit the - event. Send all your guests the public link, and all your co-hosts the secret editing link containing the password. -

+

{{t "home.privdesc" }}

-

If you supply your email, we'll send you the editing password so you don't lose it - but supplying your email is - optional!

+

{{t "home.privmail" }}

-

If this instance automatically deletes its events, sometime after the event finishes, it's deleted from the - database for ever, and your data goes with it.

+

{{t "home.autodelete" }}

-

Also, Gathio doesn't show you ads, doesn't sell your data, and never sends you unnecessary emails.

+

{{t "home.privacy" }}

-

But remember: all events are visible to anyone who knows the link, so probably don't use Gathio to plot your - surprise birthday party or revolution. Or whatever, you do you.

+

{{t "home.attention" }}

-

Configurable

+

{{t "home.conftitle" }}

-

The flagship Gathio instance at gath.io is designed for anyone to create ephemeral, - hidden events. Anyone can create an event; events are never displayed anywhere public; and they're deleted 7 days - after they end.

+

{{{t "home.flagshipsetting" }}}

-

But if your community sets up their own instance, you can limit event creation to a specific list of people, - display events on a handy list on the homepage, and disable event deletion entirely!

+

{{t "home.onpre" }}

-

Federation and self-hosting

+

{{t "home.fedtitle" }}

-

Gathio can easily be self-hosted, and supports ActivityPub services like Mastodon, Pleroma, and Friendica, allowing - you to access events from anywhere on the Fediverse. We encourage you to spin up your own instance for your - community. Detailed instructions on ActivityPub access - and self-hosted installation - live on our GitHub wiki. +

{{{t "home.selfhost" }}}

-

Open source

+

{{t "home.opensource" }}

-

Gathio is delighted to be open source, and is built by a lovely group of people. Leave a question in our tracker if you encounter any issues.

+

{{{t "home.osdesc" }}}

{{#if showKofi}}
-

If you find yourself using and enjoying Gathio, consider buying Raphael a coffee. It'll help keep the project - and main site running!

+

{{{t "home.kofidesc" }}}

+ type='text/javascript'>kofiwidget2.init('{{t "home.kofi" }}', '#46b798', 'Q5Q2O7T5'); kofiwidget2.draw();
{{/if}} -- cgit v1.2.3 From 90357f6a7729e82d5498835d92bf86e8e07d3478 Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Sun, 23 Mar 2025 16:22:10 +0900 Subject: instance description etc. fix translation --- views/home.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/home.handlebars') diff --git a/views/home.handlebars b/views/home.handlebars index eb40646..d9efc09 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,5 +1,5 @@
-

{{{t "home.about" }}} {{siteName}}

+

{{{t "home.about" }}}

{{#if instanceDescription}}
-- cgit v1.2.3 From 1fd6a7d2249fdf6ba5ca9ced6ea43348ebe0941d Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Wed, 2 Apr 2025 01:49:11 +0900 Subject: rename translation keys as filestructure --- views/home.handlebars | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'views/home.handlebars') diff --git a/views/home.handlebars b/views/home.handlebars index d9efc09..21eec0f 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -1,5 +1,5 @@
-

{{{t "home.about" }}}

+

{{{t "views.home.about" }}}

{{#if instanceDescription}}
@@ -9,49 +9,49 @@ {{> instanceRules }} -

{{t "home.aboutgathio"}}

+

{{t "views.home.aboutgathio"}}

-

{{t "home.intro"}}

+

{{t "views.home.intro"}}

{{t
-

{{t "home.privacytitle" }}

+

{{t "views.home.privacytitle" }}

-

{{t "home.privdesc" }}

+

{{t "views.home.privdesc" }}

-

{{t "home.privmail" }}

+

{{t "views.home.privmail" }}

-

{{t "home.autodelete" }}

+

{{t "views.home.autodelete" }}

-

{{t "home.privacy" }}

+

{{t "views.home.privacy" }}

-

{{t "home.attention" }}

+

{{t "views.home.attention" }}

-

{{t "home.conftitle" }}

+

{{t "views.home.conftitle" }}

-

{{{t "home.flagshipsetting" }}}

+

{{{t "views.home.flagshipsetting" }}}

-

{{t "home.onpre" }}

+

{{t "views.home.onpre" }}

-

{{t "home.fedtitle" }}

+

{{t "views.home.fedtitle" }}

-

{{{t "home.selfhost" }}}

+

{{{t "views.home.selfhost" }}}

-

{{t "home.opensource" }}

+

{{t "views.home.opensource" }}

-

{{{t "home.osdesc" }}}

+

{{{t "views.home.osdesc" }}}

{{#if showKofi}}
-

{{{t "home.kofidesc" }}}

+

{{{t "views.home.kofidesc" }}}

+ type='text/javascript'>kofiwidget2.init('{{t "views.home.kofi" }}', '#46b798', 'Q5Q2O7T5'); kofiwidget2.draw();
{{/if}} -- cgit v1.2.3 From be6120fa4c7fb07f74c5c2b6e9e0a957c177164a Mon Sep 17 00:00:00 2001 From: INOUE Daisuke Date: Sun, 18 May 2025 22:55:01 +0900 Subject: Change text and translation key name about GitHub Sponsors --- views/home.handlebars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'views/home.handlebars') diff --git a/views/home.handlebars b/views/home.handlebars index cc1ae00..4a0ab3f 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -48,7 +48,7 @@ {{#if showKofi}}
-

{{{t "views.home.kofidesc" }}}

+

{{{t "views.home.sponsor" }}}

{{/if}} -- cgit v1.2.3