Skip to content

Commit

Permalink
Remove 'announcements' from dictionary
Browse files Browse the repository at this point in the history
Change-Id: I063679971c17d713e9de336fd7f2e2d07a56b50e
  • Loading branch information
Akron committed Apr 15, 2024
1 parent 6da4af0 commit 8861433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kalamar.dict
Expand Up @@ -36,7 +36,7 @@ my $THOUSAND_SEP_RE = qr/(
searchtitle => '<%= loc("en_korap_label") %>: Finde <%== loc("searchjob") %>',
searchplaceholder => 'Finde ...',
go => 'Los!',
news => 'Neuigkeiten & Ankündigungen',
news => 'Neuigkeiten',
in => 'in',
by => 'von',
pwd => 'Passwort',
Expand Down Expand Up @@ -151,7 +151,7 @@ my $THOUSAND_SEP_RE = qr/(
register => 'Register',
pwdforgotten => 'Password forgotten?',
go => 'Go!',
news => 'News & Announcements',
news => 'News',
# TODO: use document.write() refering to vc.getName()!
searchjob => '»<%== $q %>« <% if (param("collection")) { %>in the defined corpus <% } %>with <%== loc("QL_". $ql, "unknown query language") %>',
searchtitle => '<%= loc("korap_label") %>: Find <%== loc("searchjob") %>',
Expand Down

0 comments on commit 8861433

Please sign in to comment.