mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
commit
289cea0fc0
@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
// getting the translation of all the messages
|
||||
logging.message("transate all messages");
|
||||
logging.message("translate all messages");
|
||||
traverse(document.body, function(node){
|
||||
if (node.nodeType === 3){
|
||||
var lines = node.nodeValue.replace(/\b__MSG_(.+)__\b/g, function(m, key){
|
||||
|
Loading…
x
Reference in New Issue
Block a user