Skip to content

Commit

Permalink
[fix json bug]
Browse files Browse the repository at this point in the history
what:
why:
how:
  • Loading branch information
toxic-johann committed May 15, 2017
1 parent e9d5599 commit 519a50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion server/i18n/index/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@
},
{
"id": "navigator.serviceWorker",
"name": "Namespace for page-side ServiceWorker API. <a href=\"https://w3c.github.io/ServiceWorker/#navigator-service-worker\">Spec</a>. <a href=\"demos/navigator.serviceWorker/\">Test</a>.",
"name": "navigator.serviceWorker",
"description": "Namespace for page-side ServiceWorker API. <a href=\"https://w3c.github.io/ServiceWorker/#navigator-service-worker\">Spec</a>. <a href=\"demos/navigator.serviceWorker/\">Test</a>.",
"chrome": {
"supported": 1,
"minVersion": 40
Expand Down
2 changes: 1 addition & 1 deletion server/i18n/index/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"samsung-internet": {
"supported": 1,
"details": [
"已上船。 基于 Chromium 44.2403 <a href=\"http://developer.samsung.com/technical-doc/view.do?v=T000000245&pi=2&ps=10&pb=Y&ct=&sc=\">并做了一些修改</a>. (观看\"Service Worker\"章节。)"
"已上船。 基于 Chromium 44.2403 <a href=\"http://developer.samsung.com/technical-doc/view.do?v=T000000245&pi=2&ps=10&pb=Y&ct=&sc=\">并做了一些修改</a>. (观看\"Service Worker\"章节。)"
]
},
"safari": {
Expand Down

0 comments on commit 519a50a

Please sign in to comment.