{{{OP.RenderBody}}}
diff --git a/contrib/templates/default/frontpage.mustache b/contrib/templates/default/frontpage.mustache
index b7c4f85..1dc29a3 100644
--- a/contrib/templates/default/frontpage.mustache
+++ b/contrib/templates/default/frontpage.mustache
@@ -43,10 +43,10 @@
- Board
- Posts this Hour
- Posts Today
- Total
+ {{#i18n.Translations}}{{board_label}}{{/i18n.Translations}}
+ {{#i18n.Translations}}{{posts_hour}}{{/i18n.Translations}}
+ {{#i18n.Translations}}{{posts_today}}{{/i18n.Translations}}
+ {{#i18n.Translations}}{{total}}{{/i18n.Translations}}
diff --git a/contrib/templates/default/graph_history.mustache b/contrib/templates/default/graph_history.mustache
index 1860f9b..7ab8396 100644
--- a/contrib/templates/default/graph_history.mustache
+++ b/contrib/templates/default/graph_history.mustache
@@ -9,15 +9,15 @@ template parameters:
- Post History
+ {{#i18n.Translations}}{{post_history_title}}{{/i18n.Translations}}
- Month
- Posts
+ {{#i18n.Translations}}{{month}}{{/i18n.Translations}}
+ {{#i18n.Translations}}{{posts}}{{/i18n.Translations}}
diff --git a/contrib/templates/default/keygen.mustache b/contrib/templates/default/keygen.mustache
index b176b96..d7fb725 100644
--- a/contrib/templates/default/keygen.mustache
+++ b/contrib/templates/default/keygen.mustache
@@ -11,11 +11,11 @@
- here is a new tripcode
+ {{#i18n.Translations}}{{new_tripcode_title}}{{/i18n.Translations}}
- New Tripcode:
- secret: {{secret}}
public: {{public}}
tripcode: {{{tripcode}}}
+ {{#i18n.Translations}}{{new_tripcode_label}}{{/i18n.Translations}}:
+ {{#i18n.Translations}}{{secret_key}}{{/i18n.Translations}}: {{secret}}
{{#i18n.Translations}}{{public_key}}{{/i18n.Translations}}: {{public}}
{{#i18n.Translations}}{{tripcode}}{{/i18n.Translations}}: {{{tripcode}}}