We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb1d3b8 commit fdd8454Copy full SHA for fdd8454
manifest.json
@@ -4,7 +4,6 @@
4
"name": "What You're Playing",
5
"description": "__MSG_app_description__",
6
"version": "4.8",
7
- "version_name": "v4.8",
8
"default_locale": "en",
9
10
"icons": {
views/lib/Locale.js
@@ -1,5 +1,5 @@
1
class LocaleManager {
2
- static get CURRENT_LANG () { return chrome.app.getDetails().current_locale }
+ static get CURRENT_LANG () { return browser.i18n.getUILanguage() }
3
0 commit comments