Skip to content

Commit

Permalink
Merge branch 'release/v1.0.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
musterknabe committed Mar 23, 2015
2 parents df7231e + e650326 commit 1a168f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/translate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Microlib for translations with support for placeholders and multiple plural forms.
*
* v0.0.2
* v1.0.0
*
* Usage:
* var messages = {
Expand All @@ -12,7 +12,7 @@
* }
*
* var options = {
* debug: true, //[Boolean]: Logs missing translations to console. Defaults to false.
* debug: true, //[Boolean]: Logs missing translations to console and adds @@-markers around output. Defaults to false.
* namespaceSplitter: '::' //[String|RegExp]: You can customize the part which splits namespace and translationKeys. Defaults to '::'.
* }
*
Expand Down
4 changes: 2 additions & 2 deletions src/translate.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* Microlib for translations with support for placeholders and multiple plural forms.
*
* v0.0.2
* v1.0.0
*
* Usage:
* var messages = {
Expand All @@ -12,7 +12,7 @@
* }
*
* var options = {
* debug: true, //[Boolean]: Logs missing translations to console. Defaults to false.
* debug: true, //[Boolean]: Logs missing translations to console and adds @@-markers around output. Defaults to false.
* namespaceSplitter: '::' //[String|RegExp]: You can customize the part which splits namespace and translationKeys. Defaults to '::'.
* }
*
Expand Down

0 comments on commit 1a168f0

Please sign in to comment.