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