1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

More localization (#525)

* More localization

* Localize search dialog

* Fix "about" page title
This commit is contained in:
sephrat 2021-06-16 20:30:57 +02:00 committed by GitHub
parent 81fd224d88
commit f5ede73eb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 77 additions and 56 deletions

View file

@ -39,9 +39,9 @@
<v-card class="mt-1 pa-1" relative>
<v-card-actions>
<div class="mr-auto">
Results
{{ $t('search.results') }}
</div>
<router-link to="/search"> Advanced Search </router-link>
<router-link to="/search"> {{ $t('search.advanced-search') }} </router-link>
</v-card-actions>
<v-card-actions v-if="loading">
<SiteLoader :loading="loading" />