generated from Seekra/repository-template
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
2aa6b3794c
|
|||
|
36bcf32a05
|
|||
|
eaa8968f64
|
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
Copyright 2026 Seekra
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
*/
|
||||
+5
-5
@@ -37,11 +37,11 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"slogan": "Gebaut zum Suchen.",
|
||||
"slogan": "Gebaut zum Suchen.",
|
||||
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Datenschutzerklärung"
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Datenschutzerklärung"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
-3
@@ -38,9 +38,10 @@
|
||||
}
|
||||
},
|
||||
"slogan": "Built to search.",
|
||||
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Privacy Policy"
|
||||
"privacy": {
|
||||
"title": "Privacy Policy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -40,8 +40,8 @@
|
||||
"slogan": "Hecho para buscar.",
|
||||
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Política de Privacidad"
|
||||
"privacy": {
|
||||
"title": "Política de Privacidad"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+4
-4
@@ -40,8 +40,8 @@
|
||||
"slogan": "Conçu pour chercher.",
|
||||
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Politique de Confidentialité"
|
||||
}
|
||||
}
|
||||
"privacy": {
|
||||
"title": "Politique de Confidentialité"
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -40,8 +40,8 @@
|
||||
"slogan": "Costruito per cercare.",
|
||||
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Politica di Privacy"
|
||||
"privacy": {
|
||||
"title": "Politica di Privacy"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+3
-3
@@ -40,8 +40,8 @@
|
||||
"slogan": "Feito para pesquisar.",
|
||||
|
||||
"legal": {
|
||||
"privacy": {
|
||||
"title": "Política de Privacidade"
|
||||
"privacy": {
|
||||
"title": "Política de Privacidade"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
+2
-2
@@ -21,7 +21,7 @@ import SearchView from '../views/SearchView.vue';
|
||||
import SearchResultsView from '@/features/search/views/SearchResultsView.vue';
|
||||
import SettingsView from '@/features/settings/views/SettingsView.vue';
|
||||
import NotFound from '../views/NotFound.vue';
|
||||
import PrivacyPolicy from '@/views/legal/PrivacyPolicy.vue';
|
||||
import PrivacyPolicyView from '@/features/legal/views/PrivacyPolicyView.vue';
|
||||
|
||||
const routes = [
|
||||
{
|
||||
@@ -56,7 +56,7 @@ const routes = [
|
||||
{
|
||||
path: '/privacy',
|
||||
name: 'privacyPolicy',
|
||||
component: PrivacyPolicy,
|
||||
component: PrivacyPolicyView,
|
||||
meta: {
|
||||
title: () => 'Privacy Policy'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user