fix(webapp): fixes console warning by adding profile list filter locales (#8810)

* Fix console warning by adding 'common.filter' to locales

* Make 'common.filter' ident in component 'ProfileList.vue' responsive and remove default value
This commit is contained in:
Wolfgang Huß 2025-08-07 14:22:41 +02:00 committed by GitHub
parent 04dec08d04
commit abb9d944f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 12 additions and 1 deletions

View File

@ -89,7 +89,6 @@ export default {
profileListVisibleCount, profileListVisibleCount,
filter: null, filter: null,
itemHeight: 56, itemHeight: 56,
filterPlaceholder: this.$t('common.filter', 'Filter...'),
} }
}, },
computed: { computed: {
@ -110,6 +109,9 @@ export default {
? this.filteredConnections ? this.filteredConnections
: this.filteredConnections.slice(0, this.profileListVisibleCount) : this.filteredConnections.slice(0, this.profileListVisibleCount)
}, },
filterPlaceholder() {
return this.$t('common.filter')
},
filteredConnections() { filteredConnections() {
if (!this.filter) { if (!this.filter) {
return this.profiles return this.profiles

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Thema ::: Themen", "category": "Thema ::: Themen",
"comment": "Kommentar ::: Kommentare", "comment": "Kommentar ::: Kommentare",
"filter": "Filtern …",
"letsTalk": "Miteinander reden", "letsTalk": "Miteinander reden",
"loading": "wird geladen", "loading": "wird geladen",
"loadMore": "mehr laden", "loadMore": "mehr laden",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Topic ::: Topics", "category": "Topic ::: Topics",
"comment": "Comment ::: Comments", "comment": "Comment ::: Comments",
"filter": "Filter …",
"letsTalk": "Let`s Talk", "letsTalk": "Let`s Talk",
"loading": "loading", "loading": "loading",
"loadMore": "load more", "loadMore": "load more",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Categoría ::: Categorías", "category": "Categoría ::: Categorías",
"comment": "Comentario ::: Comentarios", "comment": "Comentario ::: Comentarios",
"filter": null,
"letsTalk": "Hablemos", "letsTalk": "Hablemos",
"loading": "cargando", "loading": "cargando",
"loadMore": "cargar más", "loadMore": "cargar más",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Catégorie ::: Catégories", "category": "Catégorie ::: Catégories",
"comment": "Commentaire ::: Commentaires", "comment": "Commentaire ::: Commentaires",
"filter": null,
"letsTalk": "Parlons-en", "letsTalk": "Parlons-en",
"loading": "chargement", "loading": "chargement",
"loadMore": "charger plus", "loadMore": "charger plus",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Categoria ::: Categorie", "category": "Categoria ::: Categorie",
"comment": "Commento ::: Commenti", "comment": "Commento ::: Commenti",
"filter": null,
"letsTalk": "Discutiamo", "letsTalk": "Discutiamo",
"loading": "Caricamento in corso", "loading": "Caricamento in corso",
"loadMore": "Caricare di più", "loadMore": "Caricare di più",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Categorie ::: Categorieën", "category": "Categorie ::: Categorieën",
"comment": "Opmerking ::: Opmerkingen", "comment": "Opmerking ::: Opmerkingen",
"filter": null,
"letsTalk": "Laten we praten", "letsTalk": "Laten we praten",
"loading": "inlading", "loading": "inlading",
"loadMore": "meer laden", "loadMore": "meer laden",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Kategoria ::: Kategorie", "category": "Kategoria ::: Kategorie",
"comment": "Komentarz ::: Komentarze", "comment": "Komentarz ::: Komentarze",
"filter": null,
"letsTalk": "Porozmawiajmy", "letsTalk": "Porozmawiajmy",
"loading": "załadunek", "loading": "załadunek",
"loadMore": "Obciążenie więcej", "loadMore": "Obciążenie więcej",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Categoria ::: Categorias", "category": "Categoria ::: Categorias",
"comment": "Comentário ::: Comentários", "comment": "Comentário ::: Comentários",
"filter": null,
"letsTalk": "Vamos Conversar", "letsTalk": "Vamos Conversar",
"loading": "Carregando", "loading": "Carregando",
"loadMore": "Carregar mais", "loadMore": "Carregar mais",

View File

@ -160,6 +160,7 @@
"common": { "common": {
"category": "Категория ::: Категории ::: Категории", "category": "Категория ::: Категории ::: Категории",
"comment": "Комментарий::: Комментарии::: Комментарии", "comment": "Комментарий::: Комментарии::: Комментарии",
"filter": null,
"letsTalk": "Давай поговорим", "letsTalk": "Давай поговорим",
"loading": "загрузка", "loading": "загрузка",
"loadMore": "Загрузить ещё", "loadMore": "Загрузить ещё",