Comparing version 0.1.6 to 0.1.7
@@ -52,3 +52,3 @@ /*jslint forin: true*/ | ||
hasModule = (typeof module !== 'undefined' && module.exports), | ||
VERSION = '0.1.3', | ||
VERSION = '0.1.7', | ||
//configuration with defaults set | ||
@@ -55,0 +55,0 @@ CONFIG = { |
{ | ||
"name": "gengojs", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "An uber basic and simple i18n library for Express 4", | ||
@@ -5,0 +5,0 @@ "main": "gengo.js", |
@@ -61,3 +61,3 @@ Gengo.js | ||
h1= title | ||
//pretty much the same as i18n '__', maybe if many requests then that can be changed. | ||
//pretty much the same as i18n '__' (can be changed through config. see API) | ||
p Welcome to #{__("Welcome to express")} | ||
@@ -64,0 +64,0 @@ ``` |
13829