Skip to content

Commit

Permalink
i18n
Browse files Browse the repository at this point in the history
  • Loading branch information
arnissolle committed Jun 4, 2016
1 parent 4742805 commit aa5b684
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 4 deletions.
12 changes: 11 additions & 1 deletion chrome/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
{}
{
"appName": {
"message": "Helper for GitHub notifications in Gmail"
},
"appShortName": {
"message": "helpergithubgmail"
},
"appDescription": {
"message": "Add links to GitHub threads and shortcuts to your Gmail interface."
}
}
11 changes: 11 additions & 0 deletions chrome/_locales/fr/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"appName": {
"message": "Aide pour les notifications GitHub dans Gmail"
},
"appShortName": {
"message": "helpergithubgmail"
},
"appDescription": {
"message": "Ajoute des liens vers les threads GitHub et des raccourcis à votre interface Gmail."
}
}
6 changes: 3 additions & 3 deletions chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Helper for GitHub notifications in Gmail",
"short_name": "helpergithubgmail",
"name": "__MSG_appName__",
"short_name": "__MSG_appShortName__",
"version": "0.7.0",
"manifest_version": 2,
"description": "Add links to GitHub threads and shortcuts to your Gmail interface.",
"description": "__MSG_appDescription__",
"homepage_url": "http://github.com/muan/github-gmail",
"icons": {
"16": "images/icon16.png",
Expand Down

0 comments on commit aa5b684

Please sign in to comment.