Improve documentation and usability of corpus localization features
Change-Id: Ibb32a9f544b5add1ba103343aec9790de2577c42
diff --git a/kalamar.conf b/kalamar.conf
index b9d1519..5a7c635 100644
--- a/kalamar.conf
+++ b/kalamar.conf
@@ -5,7 +5,7 @@
#
# kalamar.[MYNAME].conf
#
-# To load the configuration, start your applikation with
+# To load the configuration, start your application with
# the environment variable
#
# MOJO_MODE=[MYNAME]
@@ -13,14 +13,15 @@
# Further typical configurations in this file include
#
# - hypnotoad
-# See Mojo::Server::Hypnotoad
+# See Mojo::Server::Hypnotoad
# - MailException
-# See Mojolicious::Plugin::MailException
+# See Mojolicious::Plugin::MailException
# - TagHelpers-Pagination
-# See Mojolicious::Plugin::TagHelpers::Pagination
+# See Mojolicious::Plugin::TagHelpers::Pagination
# - Search
-# See Mojolicious::Plugin::Search
-#
+# See Mojolicious::Plugin::Search
+# - Localize
+# See Mojolicious::Plugin::Localize
# The default Kustvakt api endpoint
my $api = 'http://localhost:9999/api/';
@@ -40,7 +41,7 @@
# The name of the base corpus,
# for query examples (see kalamar.queries.dict)
- # examplecorpus => 'corola'
+ # examplecorpus => 'dereko'
},
# See Mojolicious::Plugin::TagHelpers::MailToChiffre