Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-01-13 10:54:37 +0300
committerMark Otto <markd.otto@gmail.com>2018-04-09 00:17:20 +0300
commit91730a644f107ca80a747a6f7f0c173eca5708fa (patch)
tree770eeb6f12291dfb8600fbe0dccda07e8a45dd57 /build/vnu-jar.js
parent7748ae909eb4d1a09b8db9c09e9772fab146dccf (diff)
vnu.jar: Ignore all wrong language code warnings.
Diffstat (limited to 'build/vnu-jar.js')
-rw-r--r--build/vnu-jar.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/vnu-jar.js b/build/vnu-jar.js
index 9a1d9fa12c..111e034099 100644
--- a/build/vnu-jar.js
+++ b/build/vnu-jar.js
@@ -40,8 +40,8 @@ childProcess.exec('java -version', (error, stdout, stderr) => {
// IE11 doesn't recognise <main> / give the element an implicit "main" landmark.
// Explicit role="main" is redundant for other modern browsers, but still valid.
'The “main” role is unnecessary for element “main”.',
- // For some reason, the validator thinks the dashboard example is written in Danish
- 'This document appears to be written in Danish.*'
+ // Ignore the wrong lanuage code warnings for now; they happen randomly.
+ 'This document appears to be written in.*'
].join('|')
const args = [