Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheton Wu (RD-TW) committed Mar 27, 2015
2 parents 94f55f3 + 6853b24 commit ca8356e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/i18n/de/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"language": {
"en-US": "English"
}
}
}
2 changes: 1 addition & 1 deletion assets/i18n/de/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"dac6b24f78471a132bc9a7ec7774530351b54fb0": "Basic Example",
"e37ace809ee73b5cce56ec27cca9b0f012635454": "YouTube has more than __count__ billion users.",
"loading": "Wird geladen..."
}
}
2 changes: 1 addition & 1 deletion assets/i18n/en/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"language": {
"en-US": "English"
}
}
}
2 changes: 1 addition & 1 deletion assets/i18n/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"dac6b24f78471a132bc9a7ec7774530351b54fb0": "Basic Example",
"e37ace809ee73b5cce56ec27cca9b0f012635454": "YouTube has more than __count__ billion users.",
"loading": "Loading..."
}
}
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "i18next-scanner",
"version": "0.5.3",
"version": "0.5.4",
"description": "i18next-scanner is a transfrom stream that can scan your code, extract translation keys/values, and merge them into i18n resource files.",
"homepage": "https://github.com/cheton/i18next-scanner",
"author": "Cheton Wu <cheton@gmail.com>",
Expand All @@ -22,8 +22,7 @@
}
],
"engines": {
"node": "0.10.x",
"npm": "1.1.x"
"node": "0.10.x"
},
"keywords": [
"i18n",
Expand Down

0 comments on commit ca8356e

Please sign in to comment.