Remove unmaintained languages + minor localization tasks (#587)

* Fix missing string

* Localize "loading recipes"

* Remove unmaintained languages

Remove support for Danish, Portuguese and Chinese Traditional,
since their current translation state is <20%
This commit is contained in:
sephrat
2021-06-22 20:23:52 +02:00
committed by GitHub
parent c463ef279a
commit 2e8c50e4ba
5 changed files with 16 additions and 27 deletions

View File

@@ -2,7 +2,7 @@
<div>
<v-card-title>
<slot>
<h1 class="mx-auto">{{ $t("404.page-not-found") }}</h1>
<h1 class="mx-auto">{{ $t('page.404-page-not-found') }}</h1>
</slot>
</v-card-title>
<div class="d-flex justify-space-around">