Skip to content

Commit

Permalink
add internationalisation
Browse files Browse the repository at this point in the history
  • Loading branch information
grmat committed May 22, 2018
1 parent 7e05627 commit c84b56c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/_locales/de/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"actionName": {
"message": "öffnen mit...",
"description": "Action name for tooltips"
}
}
6 changes: 6 additions & 0 deletions src/_locales/en/messages.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"actionName": {
"message": "play with...",
"description": "Action name for tooltips"
}
}
4 changes: 3 additions & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"description": "Play media on current URL in external application.",
"manifest_version": 2,
"name": "play-with",
"version": "1.2.2",
"version": "1.2.3",
"default_locale": "en",

"background": {
"scripts": ["background.js"]
Expand All @@ -17,6 +18,7 @@

"browser_action": {
"browser_style": true,
"default_title": "__MSG_actionName__",
"default_icon": "icons/play-16.svg",
"theme_icons": [{
"light": "icons/play-16-light.svg",
Expand Down

0 comments on commit c84b56c

Please sign in to comment.