Skip to content

Commit

Permalink
Release: drop testing phase, fix #108
Browse files Browse the repository at this point in the history
  • Loading branch information
arildm committed Sep 19, 2023
1 parent 58db17c commit 08f4a5b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 20 deletions.
7 changes: 0 additions & 7 deletions src/auth/AccessDenied.vue
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
<template>
<div>
<div
class="bg-amber-300 shadow shadow-amber-600 text-amber-900 p-2 px-4 mb-4"
>
<strong>{{ $t("devnotice.title") }}</strong>
{{ $t("devnotice.description") }}
</div>

<h1>{{ $t("accessdenied") }}</h1>
<p>{{ $t("accessdenied.contact") }}</p>
<router-link to="/">{{ $t("home") }}</router-link>
Expand Down
16 changes: 9 additions & 7 deletions src/home/news.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
- date: 2023-01-31
title:
en: Released for testing
sv: Släppt för testning
body:
en: During the first half of 2023, Mink is being progressively rolled out for testing. If you are interested in participating, please contact Språkbanken Text at [email protected]. A public release is scheduled for September, 2023.
sv: Under våren 2023 rullas Mink gradvis ut för testning. Om du är intresserad av att delta är du välkommen att kontakta Språkbanken Text på [email protected]. Ett öppet släpp planeras till september 2023.
[]
# Template:
# - date: 2023-01-31
# title:
# en: Released for testing
# sv: Släppt för testning
# body:
# en: During the first half of 2023, Mink is being progressively rolled out for testing. If you are interested in participating, please contact Språkbanken Text at [email protected]. A public release is scheduled for September, 2023.
# sv: Under våren 2023 rullas Mink gradvis ut för testning. Om du är intresserad av att delta är du välkommen att kontakta Språkbanken Text på [email protected]. Ett öppet släpp planeras till september 2023.
4 changes: 1 addition & 3 deletions src/i18n/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,7 @@ annotations.info: |
<a href="https://spraakbanken.gu.se/sparv/#/user-manual/available-analyses">Sparv documentation</a>.
</p>
accessdenied: Access denied
accessdenied.contact: If you want access to Mink, please contact sb-info{'@'}svenska.gu.se
accessdenied.contact: If you have questions, or you want to report a bug, please contact sb-info{'@'}svenska.gu.se. Thank you!
notfound: Page not found
notfound.description: Something went wrong, and there is nothing to see at this address.
notfound.contact: If you have questions, or you want to report a bug, please contact sb-info{'@'}svenska.gu.se. Thank you!
devnotice.title: Under construction
devnotice.description: Please note that Mink is still in an early development stage, and access to it is thus currently restricted to Språkbanken Text employees.
4 changes: 1 addition & 3 deletions src/i18n/locales/sv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,9 +196,7 @@ annotations.info: |
<a href="https://spraakbanken.gu.se/sparv/#/user-manual/available-analyses">Sparvs dokumentation</a>.
</p>
accessdenied: Åtkomst nekad
accessdenied.contact: Om du vill få tillgång till Mink, hör av dig till sb-info{'@'}svenska.gu.se
accessdenied.contact: Om du har frågor eller vill rapportera en bugg, kontakta gärna sb-info{'@'}svenska.gu.se. Tack!
notfound: Sidan kan inte hittas
notfound.description: Något har gått fel, och det finns ingenting att visa på den här adressen.
notfound.contact: Om du har frågor eller vill rapportera en bugg, kontakta gärna sb-info{'@'}svenska.gu.se. Tack!
devnotice.title: Under konstruktion
devnotice.description: Observera att Mink är inne i en testfas, och tillgången är för närvarande begränsad till anställda på Språkbanken Text.

0 comments on commit 08f4a5b

Please sign in to comment.