Skip to content

Commit

Permalink
Bump framework version, proper app name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcinerney committed May 8, 2014
1 parent a15882a commit 1373502
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 46 deletions.
4 changes: 2 additions & 2 deletions common_js_sample_app/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "CommonJS App",
"name": "CommonJS sample app",
"author": {
"name": "Zendesk",
"email": "[email protected]"
Expand All @@ -8,5 +8,5 @@
"private": true,
"location": "ticket_sidebar",
"version": "1.0",
"frameworkVersion": "0.5"
"frameworkVersion": "1.0"
}
47 changes: 3 additions & 44 deletions common_js_sample_app/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,54 +1,13 @@
{
"app": {
"package": "app_name",
"package": "common_js_sample_app",
"description": {
"value": "Play the famous zen tunes in your help desk.",
"value": "An app that shows how you can use CommonJS modules in your code",
"title": "app description"
},
"name": {
"value": "Buddha Machine",
"value": "CommonJS sample app",
"title": "app name"
}
},

"loading": {
"value": "Welcome to this Sample App",
"title": "loading placeholder"
},

"fetch": {
"done": {
"value": "Good",
"title": "fetch success"
},
"fail": {
"value": "failed to fecth information from the server",
"title": "fetch failure"
}
},

"id": {
"value": "ID",
"title": "user id"
},

"email": {
"value": "Email",
"title": "user email"
},

"name": {
"value": "Name",
"title": "user name"
},

"role": {
"value": "Role",
"title": "user role"
},

"groups": {
"value": "Groups",
"title": "user groups"
}
}

0 comments on commit 1373502

Please sign in to comment.