Skip to content

Commit

Permalink
rebuild languages
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaiValentin committed Feb 22, 2019
1 parent 533a03c commit 7f50365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lunr.du.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
throw new Error('Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.');
}

console.warn("[Lunr Languages] Please use the \"nl\" instead of the \"du\". The \"nl\" code is the standard code for Dutch language, and \"du\" will be removed in the next major versions.")
console.warn("[Lunr Languages] Please use the \"nl\" instead of the \"du\". The \"nl\" code is the standard code for Dutch language, and \"du\" will be removed in the next major versions.");

/* register specific locale function */
lunr.du = function() {
Expand Down

0 comments on commit 7f50365

Please sign in to comment.