diff --git a/app/layouts/default.vue b/app/layouts/default.vue
index 5b7fdf7..4ca24e5 100755
--- a/app/layouts/default.vue
+++ b/app/layouts/default.vue
@@ -29,45 +29,45 @@ const links = computed(() => {
onSelect: () => { open.value = false }
},
{
- label: t("nav.conferences"),
+ label: t('nav.conferences'),
icon: 'ph:books',
to: '/conferencias',
onSelect: () => { open.value = false }
},
{
- label: t("nav.bible_studies_ts"),
+ label: t('nav.bible_studies_ts'),
icon: 'ph:books',
to: '/estudios-typensense',
onSelect: () => { open.value = false }
},
{
- label: t("nav.conferences_ts"),
+ label: t('nav.conferences_ts'),
icon: 'ph:books',
to: '/conferencias-typensense',
onSelect: () => { open.value = false }
},
{
- label: t("nav.between_the_lines"),
+ label: t('nav.between_the_lines'),
icon: 'ph:list-magnifying-glass',
to: '/entrelineas',
onSelect: () => { open.value = false }
},
{
- label: t("nav.my_list"),
+ label: t('nav.my_list'),
icon: 'i-lucide-bookmark',
to: '/favoritos',
badge: favTotal.value > 0 ? String(favTotal.value) : undefined,
onSelect: () => { open.value = false }
},
{
- label: t("nav.history"),
+ label: t('nav.history'),
icon: 'i-lucide-history',
to: '/historial',
badge: histTotal.value > 0 ? String(histTotal.value) : undefined,
onSelect: () => { open.value = false }
},
{
- label: t("nav.settings"),
+ label: t('nav.settings'),
icon: 'i-lucide-settings',
to: '/configuracion',
onSelect: () => { open.value = false }
@@ -106,11 +106,11 @@ const links = computed(() => {
-
+
diff --git a/lang/en.json b/lang/en.json
index 98d2955..cd3e490 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -15,6 +15,7 @@
"placeholder": "Search for...",
"searching": "Searching...",
"tip": "Tip: wrap in \"quotes\" for exact phrase in that order.",
+ "publication": "Publication",
"country": "Country",
"state": "State",
"city": "City",
diff --git a/lang/es.json b/lang/es.json
index 8042a1a..313bc41 100644
--- a/lang/es.json
+++ b/lang/es.json
@@ -14,6 +14,7 @@
"placeholder": "Buscar...",
"searching": "Buscando...",
"tip": "Consejo: envuelve en \"comillas\" para frase exacta en ese orden.",
+ "publication": "Publicación",
"country": "País",
"state": "Estado",
"city": "Ciudad",
diff --git a/lang/fr.json b/lang/fr.json
index 1e2f22b..95100f3 100644
--- a/lang/fr.json
+++ b/lang/fr.json
@@ -12,7 +12,8 @@
"settings": "Paramètres"
},
"search": {
- "placeholder": "Rechercher des activités"
+ "placeholder": "Rechercher des activités",
+ "publication": "Publicación"
},
"locale": {
"en": "English",
diff --git a/lang/pt.json b/lang/pt.json
index 3d3c606..ab1a3e4 100644
--- a/lang/pt.json
+++ b/lang/pt.json
@@ -13,6 +13,7 @@
},
"search": {
"placeholder": "Digite para pesquisar...",
+ "publication": "Publicação",
"for": "Para",
"city": "Cidade",
"page": "Página",