Skip to content

Commit

Permalink
Merge pull request mozilla-b2g#7650 from stasm/830724-wallpaper-keyboard
Browse files Browse the repository at this point in the history
Bug 830724 - make Keyboard's and Wallpaper's manifests localizable. r=kaze, a=vingtetun
  • Loading branch information
stasm committed Jan 24, 2013
2 parents 9d73c9c + 7c3a180 commit e6a30b9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion apps/keyboard/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@
},
"permissions": {
"settings":{ "access": "readwrite" }
}
},
"locales": {
"en-US": {
"name": "Keyboard",
"description": "Gaia Keyboard"
}
},
"default_locale": "en-US"
}
9 changes: 8 additions & 1 deletion apps/wallpaper/manifest.webapp
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,12 @@
},
"icons": {
"64": "/style/icons/64/Wallpaper.png"
}
},
"locales": {
"en-US": {
"name": "Wallpaper",
"description": "Gaia Wallpaper Picker"
}
},
"default_locale": "en-US"
}

0 comments on commit e6a30b9

Please sign in to comment.