mirror of https://github.com/gorhill/uBlock.git
restore original semantic
This commit is contained in:
parent
fba9534061
commit
dffe9c79f8
|
@ -75,7 +75,7 @@ vAPI.getURL = function(path) {
|
||||||
};
|
};
|
||||||
|
|
||||||
vAPI.i18n = function(s) {
|
vAPI.i18n = function(s) {
|
||||||
return chrome.i18n.getMessage(s) || s;
|
return chrome.i18n.getMessage(s);
|
||||||
};
|
};
|
||||||
|
|
||||||
setScriptDirection(vAPI.i18n('@@ui_locale'));
|
setScriptDirection(vAPI.i18n('@@ui_locale'));
|
||||||
|
|
Loading…
Reference in New Issue