Skip to content

Commit

Permalink
App Example: Include Chinese (zh) translation (via Google translation)
Browse files Browse the repository at this point in the history
Includes Simplified Chinese.

Ref #481
  • Loading branch information
rxaviers committed Aug 27, 2015
1 parent a6c8a6e commit 2bbb1bb
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions examples/app-npm-webpack/messages/zh.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
{
"zh": {
"intro-1": "Use Globalize to internationalize your application.",
"number-label": "Standalone Number",
"currency-label": "Standalone Currency",
"date-label": "Standalone Date",
"relative-time-label": "Standalone Relative Time",
"message-1": "An example of a message using mixed numbers \"{number}\", currencies \"{currency}\", dates \"{date}\", and relative time \"{relativeTime}\".",
"intro-1": "使用Globalize的国际化应用程序",
"number-label": "号码",
"currency-label": "",
"date-label": "迄今",
"relative-time-label": "相对时间",
"message-1": "使用混合数的消息的示例\"{number}\",货币\"{currency}\",日期\"{date}\",和相对时间\"{relativeTime}\"",
"message-2": [
"An example of a message with pluralization support:",
"与多元化支持消息的例子:",
"{count, plural,",
" one {You have one remaining task}",
" other {You have # remaining tasks}",
" other {你有#剩下的任务}",
"}."
]
}
Expand Down

0 comments on commit 2bbb1bb

Please sign in to comment.