mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	Fix i18n
This commit is contained in:
		
							parent
							
								
									b106acac91
								
							
						
					
					
						commit
						5d1d6bc028
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -4,7 +4,7 @@
 | 
			
		|||
	<div v-if="!fetching && notes.length > 0">
 | 
			
		||||
		<mk-note-card v-for="note in notes" :key="note.id" :note="note"/>
 | 
			
		||||
	</div>
 | 
			
		||||
	<p class="empty" v-if="!fetching && notes.length == 0">{{ $t('no-notes') }}</p>
 | 
			
		||||
	<p class="empty" v-if="!fetching && notes.length == 0">{{ $t('@.no-notes') }}</p>
 | 
			
		||||
</div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue