blob: 1bd7a572e91adc6e7ce063b20e42fc4c6dcec8be [file] [log] [blame]
hebasta5df796f2019-05-21 15:27:12 +02001/**
2 * Corpus specific localization, here for DeReKo (http://www1.ids-mannheim.de/kl/projekte/korpora.html)
3 *
4 * @author Helge Stallkamp
5 */
6
7define(function () {
8 const loc = KorAP.Locale;
9 loc.TOUR_Qexample = loc.TOUR_Qexample || "laufen";
10});