mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
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:
parent
04dec08d04
commit
abb9d944f2
@ -89,7 +89,6 @@ export default {
|
||||
profileListVisibleCount,
|
||||
filter: null,
|
||||
itemHeight: 56,
|
||||
filterPlaceholder: this.$t('common.filter', 'Filter...'),
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
@ -110,6 +109,9 @@ export default {
|
||||
? this.filteredConnections
|
||||
: this.filteredConnections.slice(0, this.profileListVisibleCount)
|
||||
},
|
||||
filterPlaceholder() {
|
||||
return this.$t('common.filter')
|
||||
},
|
||||
filteredConnections() {
|
||||
if (!this.filter) {
|
||||
return this.profiles
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Thema ::: Themen",
|
||||
"comment": "Kommentar ::: Kommentare",
|
||||
"filter": "Filtern …",
|
||||
"letsTalk": "Miteinander reden",
|
||||
"loading": "wird geladen",
|
||||
"loadMore": "mehr laden",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Topic ::: Topics",
|
||||
"comment": "Comment ::: Comments",
|
||||
"filter": "Filter …",
|
||||
"letsTalk": "Let`s Talk",
|
||||
"loading": "loading",
|
||||
"loadMore": "load more",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Categoría ::: Categorías",
|
||||
"comment": "Comentario ::: Comentarios",
|
||||
"filter": null,
|
||||
"letsTalk": "Hablemos",
|
||||
"loading": "cargando",
|
||||
"loadMore": "cargar más",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Catégorie ::: Catégories",
|
||||
"comment": "Commentaire ::: Commentaires",
|
||||
"filter": null,
|
||||
"letsTalk": "Parlons-en",
|
||||
"loading": "chargement",
|
||||
"loadMore": "charger plus",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Categoria ::: Categorie",
|
||||
"comment": "Commento ::: Commenti",
|
||||
"filter": null,
|
||||
"letsTalk": "Discutiamo",
|
||||
"loading": "Caricamento in corso",
|
||||
"loadMore": "Caricare di più",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Categorie ::: Categorieën",
|
||||
"comment": "Opmerking ::: Opmerkingen",
|
||||
"filter": null,
|
||||
"letsTalk": "Laten we praten",
|
||||
"loading": "inlading",
|
||||
"loadMore": "meer laden",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Kategoria ::: Kategorie",
|
||||
"comment": "Komentarz ::: Komentarze",
|
||||
"filter": null,
|
||||
"letsTalk": "Porozmawiajmy",
|
||||
"loading": "załadunek",
|
||||
"loadMore": "Obciążenie więcej",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Categoria ::: Categorias",
|
||||
"comment": "Comentário ::: Comentários",
|
||||
"filter": null,
|
||||
"letsTalk": "Vamos Conversar",
|
||||
"loading": "Carregando",
|
||||
"loadMore": "Carregar mais",
|
||||
|
||||
@ -160,6 +160,7 @@
|
||||
"common": {
|
||||
"category": "Категория ::: Категории ::: Категории",
|
||||
"comment": "Комментарий::: Комментарии::: Комментарии",
|
||||
"filter": null,
|
||||
"letsTalk": "Давай поговорим",
|
||||
"loading": "загрузка",
|
||||
"loadMore": "Загрузить ещё",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user