gengojs
Version:
the best i18n middleware for Node.js
21 lines • 549 B
text/jade
doctype html
html
head(lang="en")
title= title
meta(http-equiv="content-type", content="text/html; charset=UTF-8")
meta(name="description", content="")
body
header
h1 #{__("Hello")}
.container
p
p
h3 Current Locale:
|
h3 Supported:
for item, i in __.languages(['ja', 'en'])
li= item
|
h3 Datetime
|
footer