Skip to content

Commit

Permalink
Merge branch 'hotfix/1.6.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
timrwood committed May 4, 2012
2 parents fb6bfa8 + cd89331 commit ae013f9
Show file tree
Hide file tree
Showing 17 changed files with 239 additions and 144 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
language: node_js
node_js:
- 0.4
- 0.6
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ size: moment langs
size-history: moment
node test/filesize-history.js

size-diff: moment
node test/filesize-diff.js


.PHONY: test hint test-moment test-lang
test: hint test-moment test-lang
Expand Down
2 changes: 1 addition & 1 deletion lang/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sameElse : 'L'
},
relativeTime : {
future : "%s后",
future : "%s内",
past : "%s前",
s : "几秒",
m : "1分钟",
Expand Down
2 changes: 1 addition & 1 deletion lang/zh-tw.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
sameElse : 'L'
},
relativeTime : {
future : "%s後",
future : "%s內",
past : "%s前",
s : "幾秒",
m : "一分鐘",
Expand Down
2 changes: 1 addition & 1 deletion min/lang-all.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion min/lang/zh-cn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion min/lang/zh-tw.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions min/moment.min.js

Large diffs are not rendered by default.

Loading

0 comments on commit ae013f9

Please sign in to comment.