UNPKG

gengojs

Version:

the best i18n middleware for Node.js

21 lines 549 B
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 #{__("msgformat.photos",{numPhotos: 1})} p #{__("msgformat.photos",{numPhotos: 1000})} h3 Current Locale: | #{__.locale()} h3 Supported: for item, i in __.languages(['ja', 'en']) li= item | h3 Datetime | #{__l().moment(new Date()).format('LL')} footer