Skip to content

Commit

Permalink
Extract ext description for translation
Browse files Browse the repository at this point in the history
Override `"extDescription"` in locales to update the description in the
Chrome Web Store. Pull in the Russian translation from @Voknehzyr.

Fixes #199
  • Loading branch information
ssorallen committed Feb 15, 2018
1 parent 6603efd commit 000a20d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions _locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,10 @@
"corral_sortDomain_descending_short": {
"description": "Short label (for use in a narrow button) for sorting the tab corral list by domain in descending order",
"message": "Domain (desc.)"
},

"extDescription": {
"description": "Brief description of the extension",
"message": "Automatically closes inactive tabs and makes it easy to get them back"
}
}
5 changes: 5 additions & 0 deletions _locales/ru/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -401,5 +401,10 @@
"corral_sortDomain_descending_short": {
"description": "Short label (for use in a narrow button) for sorting the tab corral list by domain in descending order",
"message": "Домену (убыв.)"
},

"extDescription": {
"description": "Brief description of the extension",
"message": "Автоматически закрывает неактивные вкладки и упрощает их возврат"
}
}
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "5.9.0",

"default_locale": "en",
"description": "Automatically closes inactive tabs and makes it easy to get them back",
"description": "__MSG_extDescription__",
"icons": {
"128": "img/icon128.png",
"48": "img/icon48.png",
Expand Down

0 comments on commit 000a20d

Please sign in to comment.