Localized mobile/views/components/ui.header.vue
Also added name i18n line, as to allow easier rebranding should there be any.
This commit is contained in:
		
							parent
							
								
									df74a4eb20
								
							
						
					
					
						commit
						3ec3fa2d1e
					
				
					 3 changed files with 11 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -3,12 +3,12 @@
 | 
			
		|||
	<mk-special-message/>
 | 
			
		||||
	<div class="main" ref="main">
 | 
			
		||||
		<div class="backdrop"></div>
 | 
			
		||||
		<p ref="welcomeback" v-if="$store.getters.isSignedIn">おかえりなさい、<b>{{ $store.state.i | userName }}</b>さん</p>
 | 
			
		||||
		<p ref="welcomeback" v-if="$store.getters.isSignedIn">%i18n:@welcome-back%<b>{{ $store.state.i | userName }}</b>さん</p>
 | 
			
		||||
		<div class="content" ref="mainContainer">
 | 
			
		||||
			<button class="nav" @click="$parent.isDrawerOpening = true">%fa:bars%</button>
 | 
			
		||||
			<template v-if="hasUnreadNotification || hasUnreadMessagingMessage || hasGameInvitation">%fa:circle%</template>
 | 
			
		||||
			<h1>
 | 
			
		||||
				<slot>Misskey</slot>
 | 
			
		||||
				<slot>%i18n:common.name%</slot>
 | 
			
		||||
			</h1>
 | 
			
		||||
			<slot name="func"></slot>
 | 
			
		||||
		</div>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue