Skip to content

Commit aa5b684

Browse files
committed
i18n
1 parent 4742805 commit aa5b684

3 files changed

Lines changed: 25 additions & 4 deletions

File tree

chrome/_locales/en/messages.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
{}
1+
{
2+
"appName": {
3+
"message": "Helper for GitHub notifications in Gmail"
4+
},
5+
"appShortName": {
6+
"message": "helpergithubgmail"
7+
},
8+
"appDescription": {
9+
"message": "Add links to GitHub threads and shortcuts to your Gmail interface."
10+
}
11+
}

chrome/_locales/fr/messages.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"appName": {
3+
"message": "Aide pour les notifications GitHub dans Gmail"
4+
},
5+
"appShortName": {
6+
"message": "helpergithubgmail"
7+
},
8+
"appDescription": {
9+
"message": "Ajoute des liens vers les threads GitHub et des raccourcis à votre interface Gmail."
10+
}
11+
}

chrome/manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"name": "Helper for GitHub notifications in Gmail",
3-
"short_name": "helpergithubgmail",
2+
"name": "__MSG_appName__",
3+
"short_name": "__MSG_appShortName__",
44
"version": "0.7.0",
55
"manifest_version": 2,
6-
"description": "Add links to GitHub threads and shortcuts to your Gmail interface.",
6+
"description": "__MSG_appDescription__",
77
"homepage_url": "http://github.com/muan/github-gmail",
88
"icons": {
99
"16": "images/icon16.png",

0 commit comments

Comments
 (0)