mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Added i18n line to hint
home.vue
This commit is contained in:
		
							parent
							
								
									dfa032d3f2
								
							
						
					
					
						commit
						b39384258c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -53,7 +53,7 @@
 | 
				
			||||||
				</div>
 | 
									</div>
 | 
				
			||||||
			</x-draggable>
 | 
								</x-draggable>
 | 
				
			||||||
			<div class="main">
 | 
								<div class="main">
 | 
				
			||||||
				<a @click="hint">カスタマイズのヒント</a>
 | 
									<a @click="hint">%i18n:common.customization-tips.title%</a>
 | 
				
			||||||
				<div>
 | 
									<div>
 | 
				
			||||||
					<mk-post-form v-if="$store.state.settings.showPostFormOnTopOfTl"/>
 | 
										<mk-post-form v-if="$store.state.settings.showPostFormOnTopOfTl"/>
 | 
				
			||||||
					<mk-timeline ref="tl" @loaded="onTlLoaded"/>
 | 
										<mk-timeline ref="tl" @loaded="onTlLoaded"/>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue