Skip to content

Commit fdd8454

Browse files
committed
firefox-4.8
$ Firefoxに対応するように $ chrome.app.getDetails().current_locale -> browser.i18n.getUILanguage()
1 parent bb1d3b8 commit fdd8454

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

manifest.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"name": "What You're Playing",
55
"description": "__MSG_app_description__",
66
"version": "4.8",
7-
"version_name": "v4.8",
87
"default_locale": "en",
98

109
"icons": {

views/lib/Locale.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class LocaleManager {
2-
static get CURRENT_LANG () { return chrome.app.getDetails().current_locale }
2+
static get CURRENT_LANG () { return browser.i18n.getUILanguage() }
33

44

55

0 commit comments

Comments
 (0)