From 2740229d6be47193c1b1b460e56be32ba1a2a7af Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Tue, 17 Oct 2017 08:24:53 -0400 Subject: [PATCH] more template internationalization --- contrib/templates/placebo/board.mustache | 3 +-- contrib/templates/placebo/boardlist.mustache | 3 +-- contrib/templates/placebo/frontpage.mustache | 6 ++---- contrib/templates/placebo/thread.mustache | 4 ++-- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/contrib/templates/placebo/board.mustache b/contrib/templates/placebo/board.mustache index 03c4cf4..b5661c9 100644 --- a/contrib/templates/placebo/board.mustache +++ b/contrib/templates/placebo/board.mustache @@ -11,8 +11,7 @@ - Navbar ( a function that renders the navbar, should not be escaped ) - Threads ( a list of Thread Models with the last few replies ) }} - + {{board.Board}} diff --git a/contrib/templates/placebo/boardlist.mustache b/contrib/templates/placebo/boardlist.mustache index a6e24a8..5767176 100644 --- a/contrib/templates/placebo/boardlist.mustache +++ b/contrib/templates/placebo/boardlist.mustache @@ -5,8 +5,7 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} - + diff --git a/contrib/templates/placebo/frontpage.mustache b/contrib/templates/placebo/frontpage.mustache index 03d1c6f..7036869 100644 --- a/contrib/templates/placebo/frontpage.mustache +++ b/contrib/templates/placebo/frontpage.mustache @@ -8,9 +8,7 @@ - frontend ( the name of the frontend ) - prefix ( the site's prefix ) }} - - + @@ -28,7 +26,7 @@
-

Enter

+

Enter

Board List

FAQ
diff --git a/contrib/templates/placebo/thread.mustache b/contrib/templates/placebo/thread.mustache index b250886..49f3545 100644 --- a/contrib/templates/placebo/thread.mustache +++ b/contrib/templates/placebo/thread.mustache @@ -10,8 +10,8 @@ - Board , the name of the Board this thread is on - BoardURL , the url that points to the board index page }} - + + {{board.Board}}