lunr.jp.js 273 B

12345
  1. // jp is the country code, while ja is the language code
  2. // a new lunr.ja.js has been created, but in order to
  3. // keep the backward compatibility, we'll leave the lunr.jp.js
  4. // here for a while, and just make it use the new lunr.ja.js
  5. module.exports = require('./lunr.ja');