diff --git a/components/Example.vue b/components/Example.vue
index d1c7bdf8..6a60932b 100644
--- a/components/Example.vue
+++ b/components/Example.vue
@@ -1,11 +1,11 @@
-
- {{template.getMorpheme(part.str, counter)}}
+
+ {{pronoun.getMorpheme(part.str, counter)}}
{{part.str}}
- (
jego&jej
= „jego” lub „jej”.'
whatisit: 'O co chodzi w tej stronie?'
-template:
+pronouns:
examples: 'Przykłady użycia w zdaniu'
plural: 'Liczba mnoga'
intro: 'Moje zaimki to'
@@ -89,7 +89,7 @@ sources:
submit:
header: 'Zgłoś przykład do dodania'
action: 'Zgłoś'
- templates: 'Które zaimki/formy są użyte?'
+ pronouns: 'Które zaimki/formy są użyte?'
type: 'Rodzaj źródła kultury'
author: 'Autor'
title: 'Tytuł'
diff --git a/nuxt.config.js b/nuxt.config.js
index 69559bcb..59bce64d 100644
--- a/nuxt.config.js
+++ b/nuxt.config.js
@@ -156,13 +156,13 @@ export default {
}
}
- if (config.template.enabled) {
- routes.push({ path: '/' + config.template.any.route, component: resolve(__dirname, 'routes/any.vue') });
+ if (config.pronouns.enabled) {
+ routes.push({ path: '/' + config.pronouns.any.route, component: resolve(__dirname, 'routes/any.vue') });
}
routes.push({ path: '/api', component: resolve(__dirname, 'routes/api.vue') });
- routes.push({ name: 'all', path: '*', component: resolve(__dirname, 'routes/template.vue') });
+ routes.push({ name: 'all', path: '*', component: resolve(__dirname, 'routes/pronoun.vue') });
},
},
}
diff --git a/pages/index.vue b/pages/index.vue
index 7d8d805f..351cad59 100644
--- a/pages/index.vue
+++ b/pages/index.vue
@@ -1,5 +1,5 @@
-
-