Skip to content

Commit

Permalink
Add package entry
Browse files Browse the repository at this point in the history
  • Loading branch information
Po Chen committed May 12, 2014
1 parent ddfc6eb commit 34a0b65
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions hello_world_sample_app/translations/en.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
{
"app": {
"name": "Hello World App",
"description": "This is the best App ever"
"package": "save_hook_sample",
"name": {
"value": "Hello World App",
"title": "app name"
},
"description": {
"value": "This is the best App ever",
"title": "app description"
}
},
"hello": {
"main": {
Expand Down

0 comments on commit 34a0b65

Please sign in to comment.