Skip to content

Commit

Permalink
update README, added more node versions to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mashpie committed Mar 15, 2013
1 parent 18b0cd7 commit 761c79e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,4 +1,6 @@
language: node_js
node_js:
- 0.4
- 0.6
- 0.1
- 0.6
- 0.8
- 0.9
13 changes: 3 additions & 10 deletions README.md
Expand Up @@ -50,7 +50,7 @@ Minimal example, just setup two locales
// you may alter a site wide default locale
defaultLocale: 'de',

// sets a custom cookie name to parse locale settings from
// sets a custom cookie name to parse locale settings from - defaults to NULL
cookie: 'yourcookiename',

// where to store json files - defaults to './locales'
Expand All @@ -59,12 +59,11 @@ Minimal example, just setup two locales
// whether to write new locale information to disk - defaults to true
updateFiles: false,

// setting extension of json files - defaults to '.js' (according to webtranslateit)
extension: '.json',
// setting extension of json files - defaults to '.json' (you might want to set this to '.js' according to webtranslateit)
extension: '.js',

// enabled some debug output - defaults to false
debug: true

});

## Basic global use
Expand Down Expand Up @@ -209,12 +208,6 @@ that file can be edited or just uploaded to [webtranslateit](http://docs.webtran
"tree": "Baum"
}

remember to turn off automatic locale file updates:

i18n.configure({
updateFiles: false
});

## Changelog

* 0.3.8: fixed: #44, #49; merged: #47, #45, #50; added: #33; updated: README
Expand Down

0 comments on commit 761c79e

Please sign in to comment.