mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
restore original semantic
This commit is contained in:
parent
fba9534061
commit
dffe9c79f8
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ vAPI.getURL = function(path) {
|
|||
};
|
||||
|
||||
vAPI.i18n = function(s) {
|
||||
return chrome.i18n.getMessage(s) || s;
|
||||
return chrome.i18n.getMessage(s);
|
||||
};
|
||||
|
||||
setScriptDirection(vAPI.i18n('@@ui_locale'));
|
||||
|
|
|
|||
Loading…
Reference in a new issue