Skip to content

Commit

Permalink
Merge pull request #19 from ashchan/master
Browse files Browse the repository at this point in the history
Adding Japanese localization, fixing Chinese.
  • Loading branch information
poshboytl committed Jun 28, 2013
2 parents 4764e72 + 53ff152 commit 34fec6d
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 3 deletions.
29 changes: 29 additions & 0 deletions lib/locales/timeago.ja.js

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

4 changes: 2 additions & 2 deletions lib/locales/timeago.zh-cn.js

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

21 changes: 21 additions & 0 deletions src/locales/timeago.ja.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
$.fn.timeago.defaults.lang =
units:
second: ""
seconds: ""
minute: ""
minutes: ""
hour: "時間"
hours: "時間"
day: ""
days: ""
month: "ヶ月"
months: "ヶ月"
year: ""
years: ""
prefixes:
lt: "約 1"
about: "大体"
over: ""
almost: ""
ago: ""
suffix: ''
2 changes: 1 addition & 1 deletion src/locales/timeago.zh-cn.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $.fn.timeago.defaults.lang =
year: ""
years: ""
prefixes:
lt: "不到"
lt: "不到 1"
about: "大约"
over: "超过"
almost: "接近"
Expand Down

0 comments on commit 34fec6d

Please sign in to comment.