Archived
1
0

more localization

This commit is contained in:
Jeff Becker 2017-10-17 07:59:07 -04:00
parent 311503884d
commit 24a25d5e20
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
12 changed files with 15 additions and 14 deletions

View File

@ -3,8 +3,8 @@
template parameters:
- prefix (the site prefix)
}}
<html>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<title> 404 </title>
<meta charset="utf-8" />

View File

@ -12,7 +12,7 @@
- Threads ( a list of Thread Models with the last few replies )
}}
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1" />

View File

@ -6,7 +6,7 @@
- prefix ( the site's prefix )
}}
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css"></link>
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css"></link>

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1" />

View File

@ -8,8 +8,8 @@
- frontend ( the name of the frontend )
- prefix ( the site's prefix )
}}
<html>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />

View File

@ -4,7 +4,7 @@
- prefix ( site prefix )
}}
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<title> {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} </title>
<meta charset="utf-8" />

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />

View File

@ -1,4 +1,5 @@
<html>
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<title>{{#i18n.Translations}}{{new_board_title}}{{/i18n.Translations}}</title>
<link rel="stylesheet" href="{{prefix}}static/site.css" />

View File

@ -1,5 +1,5 @@
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />

View File

@ -5,7 +5,7 @@
- message_id ( the value of the Message-ID header in the post we made, the truncated sha1 of this is the >>posthash )
}}
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/site.css" />
<link id="current_theme" rel="stylesheet" href="{{prefix}}static/user.css" />

View File

@ -11,7 +11,7 @@
- BoardURL , the url that points to the board index page
}}
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1" />

View File

@ -5,7 +5,7 @@
- threads ( a list of Thread Models that represent the latest threads )
}}
<!doctype html>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="{{i18n.Name}}" xml:lang="{{i18n.Name}}">
<head>
<title> {{#i18n.Translations}}{{overboard_title}}{{/i18n.Translations}} </title>
<meta charset="utf-8" />