commit | dbb448cc579cc3351e0dd4b3ac070dccc60f0635 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Feb 14 17:02:36 2018 +0100 |
committer | Akron <nils@diewald-online.de> | Wed Feb 14 17:02:36 2018 +0100 |
tree | 44755aaec87cfcf6891334149487bdb0f0e782d5 | |
parent | bee660d1d66fd1798f4eadcdaab780e586f2f5e4 [diff] [blame] |
Improve documentation and usability of corpus localization features Change-Id: Ibb32a9f544b5add1ba103343aec9790de2577c42
diff --git a/lib/Kalamar.pm b/lib/Kalamar.pm index fbb418f..43e98b6 100644 --- a/lib/Kalamar.pm +++ b/lib/Kalamar.pm
@@ -105,6 +105,11 @@ # Localization framework $self->plugin(Localize => { + dict => { + Q => { + _ => sub { shift->config('Kalamar')->{'examplecorpus'} }, + } + }, resources => ['kalamar.dict', 'kalamar.queries.dict'] });