summaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-02 01:49:11 +0900
committerINOUE Daisuke <inoue.daisuke@gmail.com>2025-04-08 22:24:46 +0900
commit1fd6a7d2249fdf6ba5ca9ced6ea43348ebe0941d (patch)
treeea1344af0d6259ce70c99f556f26a86d29d9440f /views/home.handlebars
parentb56f838718386e611af71a74b479a331b832da79 (diff)
rename translation keys as filestructure
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-xviews/home.handlebars38
1 files changed, 19 insertions, 19 deletions
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 @@
<main class="page">
- <h2 class="mb-3 pb-2 text-center border-bottom">{{{t "home.about" }}}</h2>
+ <h2 class="mb-3 pb-2 text-center border-bottom">{{{t "views.home.about" }}}</h2>
{{#if instanceDescription}}
<div class="instance-description mb-4">
@@ -9,49 +9,49 @@
{{> instanceRules }}
- <h2 class="mb-3 mt-5 pb-2 text-center border-bottom">{{t "home.aboutgathio"}}</h2>
+ <h2 class="mb-3 mt-5 pb-2 text-center border-bottom">{{t "views.home.aboutgathio"}}</h2>
- <p class="lead text-center">{{t "home.intro"}}</p>
+ <p class="lead text-center">{{t "views.home.intro"}}</p>
<div id="example-event" class="text-center w-100 mt-4 mb-5">
<img
- alt="{{t "home.imgexample" }}"
+ alt="{{t "views.home.imgexample" }}"
src="images/example-event-2023.png" class="img-fluid w-75 mx-auto shadow-lg rounded">
</div>
- <h3>{{t "home.privacytitle" }}</h3>
+ <h3>{{t "views.home.privacytitle" }}</h3>
- <p>{{t "home.privdesc" }} </p>
+ <p>{{t "views.home.privdesc" }} </p>
- <p>{{t "home.privmail" }}</p>
+ <p>{{t "views.home.privmail" }}</p>
- <p>{{t "home.autodelete" }}</p>
+ <p>{{t "views.home.autodelete" }}</p>
- <p>{{t "home.privacy" }} </p>
+ <p>{{t "views.home.privacy" }} </p>
- <p>{{t "home.attention" }} </p>
+ <p>{{t "views.home.attention" }} </p>
- <h3>{{t "home.conftitle" }}</h3>
+ <h3>{{t "views.home.conftitle" }}</h3>
- <p>{{{t "home.flagshipsetting" }}}</p>
+ <p>{{{t "views.home.flagshipsetting" }}}</p>
- <p>{{t "home.onpre" }}</p>
+ <p>{{t "views.home.onpre" }}</p>
- <h3>{{t "home.fedtitle" }}</h3>
+ <h3>{{t "views.home.fedtitle" }}</h3>
- <p>{{{t "home.selfhost" }}}</p>
+ <p>{{{t "views.home.selfhost" }}}</p>
- <h3>{{t "home.opensource" }}</h3>
+ <h3>{{t "views.home.opensource" }}</h3>
- <p>{{{t "home.osdesc" }}}</p>
+ <p>{{{t "views.home.osdesc" }}}</p>
{{#if showKofi}}
<div class="card border-secondary mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;">
<div class="card-body text-secondary">
- <p>{{{t "home.kofidesc" }}}</p>
+ <p>{{{t "views.home.kofidesc" }}}</p>
<script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
<script
- type='text/javascript'>kofiwidget2.init('{{t "home.kofi" }}', '#46b798', 'Q5Q2O7T5'); kofiwidget2.draw();</script>
+ type='text/javascript'>kofiwidget2.init('{{t "views.home.kofi" }}', '#46b798', 'Q5Q2O7T5'); kofiwidget2.draw();</script>
</div>
</div>
{{/if}}